Guardian Programming Reference Summary for pTAL and TAL

Procedure Calls Summary (G-N)
Guardian Programming Reference Summary for pTAL and TAL522631-001
6-17
INTERPRETINTERVAL
Converts a value representing a number of microseconds into days, hours, minutes,
seconds, milliseconds, and microseconds.
INTERPRETJULIANDAYNO
Converts a Julian day number to the Gregorian year, month, and day.
<13> If 1, CALL MONITORNET (-1).
<14> If 1, CALL MONITORCPUS (-1).
<15> If 1, CALL ARMTRAP (-1,-1).
timelimit, INT(32):value input
>= 0D The timelimit parameter specifies the maximum amount of time (in units of
0.01 second) that INITIALIZER is to wait on $RECEIVE.
= -1D INITIALIZER is to wait indefinitely.
< -1D INITIALIZER calls ABEND.
days := INTERPRETINTERVAL ( time
,[ hours ]
,[ minutes ]
,[ seconds ]
,[ milsecs ]
,[ microsecs ] );
days, INT(32) returned value
time, FIXED:value input
hours, INT:ref:1 output
minutes, INT:ref:1 output
seconds, INT:ref:1 output
milsecs, INT:ref:1 output
microsecs, INT:ref:1 output
CALL INTERPRETJULIANDAYNO ( julian-day-num
,year
,month
,day );