Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (C)
Guardian Procedure Calls Reference Manual522629-013
3-124
CONTIME Procedure
CONTIME Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
Example
Related Programming Manual
Summary
The CONTIME procedure converts a 48-bit timestamp to a date and time in integer
form.
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
date-and-time output
INT:ref:7
is an array where CONTIME returns a date and time in the following form:
[0] year (1975, 1976, ... )
[1] month (1-12)
[2] day (1-31)
[3] hour (0-23)
[4] minute (0-59)
[5] second (0-59)
#include <cextdecs(CONTIME)>
void CONTIME ( short _near *date-and-time
,short t0
,short t1
,short t2 );
CALL CONTIME ( date-and-time ! o
,t0 ! i
,t1 ! i
,t2 ); ! i