Returns the millisecond portion of a time.
Namespace
datetime
Input
time(time
)
Output
milliseconds(int
)
Example
If basetime
contains the time 22:30:00.32
, then the following function returns the value 320
:
...
Returns the millisecond portion of a time.
datetime
time(time
)
milliseconds(int
)
If basetime
contains the time 22:30:00.32
, then the following function returns the value 320
:
...