%Sec function


Function
The function retrieves the time component  - second - of given absolute time.


Declaration


INT %Sec(
   TIME in Arg,
   TEXT in timeZone := %GetCurrentTimeZone()
 )


Parameters


ArgFunction argument.
timeZone


Example


%Sec(SysTime)      ; the result is the current second of the system time