Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%AddTime function


Old name
%AddTimeT


Function
The function adds the specified relative time TimeB to the specified absolute time TimeA. Result The result is an absolute time.
Declaration


Blok kódu
languageesl
themeConfluence
TIME %AddTime(
   TIME in TimeA, 
   REAL in TimeB,
   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


Description
The function works as the function %AddIntervalLocal.
Example


Blok kódu
languageesl
themeRDark
 %AddTime(TM5, U.RTime6)
 
 %AddTime(TM5, %StrToRelTime("256 17:03:16"))