%Month function


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


Declaration


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


Parameters


ArgFunction argument.
timeZone


Example


 %Month(SysTime)    ; the result is the current month of the system time