Porovnávané verzie

Kľúč

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

%TimeFromItems function


Function
The function returns the absolute time from given time components.


Declaration


Blok kódu
languageesl
themeConfluence
TIME %TimeFromItems(
   INT  in year,
   INT  in month,
   INT  in day,
   INT  in hour,
   INT  in min,
   INT  in sec,
   INT  in msec,
   INTTEXT in timeZone :=  %GetTimeZone%GetCurrentTimeZone()
 )


Parameters


yearYear
monthMonth
dayDay
hourHour
minMinute
secSecond
msecMillisecond
timeZone

Zahrnúť stránku
timeZone

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

timeZone


Example


Blok kódu
languageesl
themeRDark
%TimeFromItems(2002,9,12,10,15,0,0)   ; returns an abs. time corresponding to the value of 12-9-2002 10:15:00.000