316
K
A
DAK
AMX 86 Procedures
ajtdg ajtdg
Purpose Get Current Time and Date
Used by n Task n IS P n Timer Procedure n Restart Procedure n Exit Procedure
Setup #include "amx831sd.h"
.
.
struct amxtds tdbuf;
.
.
ajtdg(&tdbuf);
ES:BX
Where &tdbuf is a pointer to the structure which is to receive the current time and
date. The structure amxtds is defined in header file AMX831SD.H (see
Appendix D).
Results Interrupts are disabled and then restored to their state at the time of the
call.
See Also ajtds, ajtdf