Porovnávané verzie
porovnané s
Kľúč
- Tento riadok sa pridal
- Riadok je odstránený.
- Formátovanie sa zmenilo.
%Sec function
Function
The function retrieves the time component - second - of given absolute time.
Declaration
Blok kódu | ||||
---|---|---|---|---|
| ||||
INT %Sec( TIME in Arg, TEXT in timeZone := %GetCurrentTimeZone() ) |
Parameters
Arg | Function argument. | ||||||||
timeZoneName |
Note: For historical reasons, an integer parameter is also accepted. Its interpretation is as follows: 0 - zone "Europe/London", 3600 - zone "Europe/Bratislava", 7200 - zone "Europe/Kiev", 21600 - zone "Asia/Almaty". Usage of integer parameter is deprecated and generates warning into log file! |
Example
Blok kódu | ||||
---|---|---|---|---|
| ||||
%Sec(SysTime) ; the result is the current second of the system time |