seconds

Summary

Converts the specified seconds value into milliseconds.

Usage

public double seconds(double value)

Returns

The equivalent milliseconds value of the specified seconds value.

Parameters

value

The value to convert from seconds to milliseconds.

Description

Converts the specified seconds value into milliseconds.

Examples

Basic Usage
1
2
3
import System.Time.TimeUnits;
 
Console.log("10 seconds in milliseconds: " + seconds(10).toString());

Share

HTML | BBCode | Direct Link