<< SL_GetDate | SL_AddNodeHead >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_GetTime
NAME
SL_GetTime -- gets the system time.
SYNOPSIS
time = SL_GetTime();
D0
ULONG SL_GetTime(void);
FUNCTION
Returns the system time in the following format: HHMMSSII.
The high byte of the return value is the hour. The next byte
is the minute, the next the second, and the low byte is the
hundreth-of-a-second.
RESULTS
time - the system time.
SEE ALSO
SL_GetDate.
SL_GetTime Command Section By Type url:SL_GetTime
created:2008-03-01 23:36:27 last updated:2008-03-01 23:36:27
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_GetTime | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_GetDate | SL_AddNodeHead >> |
Top: Documentation Library | Up: SoftLogik App Library API |