Porovnávané verzie
porovnané s
Kľúč
- Tento riadok sa pridal
- Riadok je odstránený.
- Formátovanie sa zmenilo.
%SubTime function
Old name
%SubTimeT
Function
The function subtracts a relative time TimeR from an absolute time TimeA. The result is absolute time.
Declaration
Blok kódu | ||||
---|---|---|---|---|
| ||||
TIME %SubTime( TIME in TimeA, REAL in TimeR, TEXT in timeZone := %GetCurrentTimeZone() ) |
Parameters
TimeA | Absolute time. | ||||||||
TimeB | Relative time. | ||||||||
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! |
Note
Function works like the function %SubTimesLocal.