Guardian Procedure Calls Reference Manual
(0-999)The millisecond of the second[6]
(0-999)The microsecond of the millisecond[7]
Returned Value
INT(32)
The 32-bit Julian day number. A value of -1D is returned if the supplied Julian timestamp is out of
range (see Considerations).
Considerations
• INTERPRETTIMESTAMP checks that the Julian timestamp corresponds to a time in the range 1
January 0001 00:00 through 31 December 10000 23:59:59.999999. If the supplied value
is out of range, the procedure returns a value of -1D in ret-date-time and -1 in
date-and-time[0].
• For additional information on Julian timestamps, see the JULIANTIMESTAMP Procedure
(page 747).
Example
RETURN^DATE^TIME := INTERPRETTIMESTAMP (JULIAN^TIME,
DATE^TIME);
Related Programming Manual
For programming information about the INTERPRETTIMESTAMP procedure, see the Guardian
Programmer's Guide.
INTERPRETTIMESTAMP Procedure 735