Guardian Programming Reference Summary for pTAL and TAL

Procedure Calls Summary (A-C)
Guardian Programming Reference Summary for pTAL and TAL522631-001
4-31
COMPUTETIMESTAMP
Converts a Gregorian (common civil calendar) date and time into a 64-bit Julian
timestamp.
ret-timestamp := COMPUTETIMESTAMP ( date-n-time
,[ errormask ] );
ret-timestamp, FIXED returned value
date-n-time, INT:ref:8 input
[0] The Gregorian year (yyyy, for example, 1986).
[1] The Gregorian month (1-12).
[2] The Gregorian day of the month (1-31).
[3] The hour of the day (0-23).
[4] The minute of the hour (0-59).
[5] The second of the minute (0-59).
[6] The millisecond of the second (0-999).
[7] The microsecond of the millisecond (0-999).
errormask, INT:ref:1 output
<0> Year
<1> Month
<2> Day
<3> Hour of day
<4> Minute of hour
<5> Second of minute
<6> Millisecond of second
<7> Microsecond of millisecond