milliseconds Summary Returns the specified milliseconds value. This method returns the argument provided. Therefore, its main utility is for code readability. Usage public double milliseconds(double value) Returns The specified value in milliseconds. Parameters value The value to convert to milliseconds. Description Returns the specified milliseconds value. This method returns the argument provided. Therefore, its main utility is for code readability. Examples Basic Usage 123import System.Time; Console.log("10 milliseconds: " + milliseconds(10).toString()); Share HTML | BBCode | Direct Link