Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (R-Z)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
8-36
TIME
Provides the current date and time in integer form.
TIMESTAMP
Provides the internal form of the processor interval clock where the application is
running.
TOSVERSION
Provides an identifying letter and number indicating which version of the Guardian
operating system is running.
CALL TIME ( date-and-time );
date-and-time, INT:ref:7 output
[0] year (yyyy).
[1] month (1-12).
[2] day (1-31).
[3] hour (0-23).
[4] minute (0-59).
[5] second (0-59).
[6] 0.01 sec (0-99).
CALL TIMESTAMP ( interval-clock );
interval-clock, INT:ref:3 output
version := TOSVERSION;
version, INT returned value
<0:7> An uppercase ASCII letter indicating the system level:
ATOS
B1.0
C1.1