Vidíte historickú verziu tejto stránky. Pozrite si aktuálnu verziu.

Porovnať s aktuálnou verziou Zobraziť históriu stránky

Verzia 1 Aktuálny »

%ModTime function


Old name
%ModT
Function
The function returns a reminder of the absolute time divided by a time interval length. Result is a value of Real time type.
Declaration
REAL %ModTime(
   Time in  Arg1, 
   REAL in  Arg2,
   INT  in timeZone :=  %GetTimeZone()
 )

Parameters
Arg1 Absolute time.
Arg2 Time interval length.
timeZone Forced time zone to convert to a local time. It is set as a time zone offset from UTC during winter in seconds.

Example
%ModTime(P.TimeA04, U.TimeR)

  • Žiadne štítky