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


Parameters


ArgFunction argument.
timeZone

Zahrnúť stránku
timeZone
timeZone


Example


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