Porovnávané verzie

Kľúč

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

%RelTimeToStr function


Old name
%RTToStr
Function
Function The function converts given time interval to a text string according to entered mask.
Declaration


Blok kódu
languageesl
themeConfluence
TEXT %RelTimeToStr(
   REAL in TimeR, 
   TEXT in mask
 )
Parameters


timeRTime interval.
mask
Time
The time format of the result string.
Note
Position The position of individual time components is given by the occurrence of the following strings in the entered mask.

StringDescription
dddNumber of days
hhHours
miMinutes
ssSeconds
mssMilliseconds
Example


Blok kódu
languageesl
themeRDark
%RTToStr(M.TiA_01, "ddd hh:mi:ss.mss")