%ModTime function


Old name
%ModT


Function
The function returns a reminder of the absolute time divided by a time interval length. The result is a value of Real time type.
Declaration


REAL %ModTime(
   TIME in  Arg1, 
   REAL in  Arg2,
   TEXT in timeZone := %GetCurrentTimeZone()
 )


Parameters


Arg1Absolute time.
Arg2Time interval length.
timeZone


Example


%ModTime(P.TimeA04, U.TimeR)