Porovnávané verzie

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. Result  The result is an absolute time.
Declaration


Blok kódu
languageesl
themeConfluence
TIME  %SubTime(
   TIME in TimeA, 
   REAL in TimeR,
   INTTEXT  in timeZone :=  %GetTimeZone%GetCurrentTimeZone()
)


Parameters


TimeAAbsolute time.
TimeBRelative time.
timeZone
Forced time zone to convert to a local time. It is set as a time zone offset from UTC during winter in seconds.

Zahrnúť stránku
timeZone
timeZone


Note
Function works like the function %SubTimesLocal.