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,
   TEXT in timeZone := %GetCurrentTimeZone()
)


Parameters


TimeAAbsolute time.
TimeBRelative time.
timeZone

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"))