Guardian Procedure Calls Reference Manual
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
#include <cextdecs(CONTIME)>
void CONTIME ( short _near *date-and-time
,short t0
,short t1
,short t2 );
Syntax for TAL Programmers
CALL CONTIME ( date-and-time ! o
,t0 ! i
,t1 ! i
,t2 ); ! i
Parameters
date-and-time
output
INT:ref:7
is an array where CONTIME returns a date and time in this form:
(1975, 1976, ... )Year[0]
(1-12)Month[1]
(1-31)Day[2]
(0-23)Hour[3]
(0-59)Minute[4]
(0-59)Second[5]
(0-99)0.01 second[6]
204 Guardian Procedure Calls (C)