MSec
%MSec function
Function
The function retrieves the time component - millisecond - of given absolute time.
Declaration
INT %MSec(
TIME in Arg,
TEXT in timeZone := %GetCurrentTimeZone()
)Parameters
Arg | Function argument. |
timeZone |
Example
%MSec(SysTime) ; the result is the current millisecond of the system timeRelated pages: