Porovnávané verzie

Kľúč

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

%Day function


Function
The function retrieves the time component  - day - of a given absolute time.


Declaration


Blok kódu
languageesl
themeConfluence
INT %Day(
   TIME in Arg,
   INTTEXT  in timeZone :=  %GetTimeZone%GetCurrentTimeZone()
 )


Parameters


ArgFunction argument.
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


Example


Blok kódu
languageesl
themeRDark
%Day(SysTime)     ; the result is the current day of the system time