Platform | x64, Win32 |
Purpose |
To return the time in the form "HH:MM:SS". |
Syntax |
CHARACTER (LEN=*) FUNCTION TOTIME@(SECS) |
Description |
A value for SECS could be obtained, for example, via a prior call to FILEINFO@.
|
Return value |
Returns the time corresponding to SECS. |
Notes |
1) SECS is a 32 bit integer value and as a result this routine will fail for
values after the equivalent of 19 January 2038. |
See also |