%Min function


Function
The function retrieves the time component  - minute - of given absolute time.
Declaration
INT %Min(
   TIME in Arg,
   INT  in timeZone :=  %GetTimeZone()
 )

Parameters
Arg Function argument.
timeZone Forced time zone to convert to a local time. It is set as a time zone offset from UTC during winter in seconds.

Example
%Min(SysTime)     ; the result is the current minute of the system time

Napíšte komentár