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