millisecond
- function
-
The millisecond() and microsecond() functions provide convenient access to the millisecond (0-999) and microsecond (0-999999), respectively, within the current second or within the time value passed as a parameter, if any.
-
Examples: +
put the millisecond —> 523
-
Related: microsecond, second, minute, hour
-
- unit of duration
-
Examples: +
add 23 milliseconds to timer
-