%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


ArgFunction argument.
timeZone


Example


%MSec(SysTime)     ; the result is the current millisecond of the system time