CStr ASCIITime(secs);
Returns a pointer to a string representing the date and time of day corresponding to t seconds after 12:00 a.m., Friday, January 1, 1904, Universal Time [01-01-1904 00:00:00]. This function uses the same date format as that returned by the DateCString function using a mode of 2. The date is followed by a space. The time is in the same format as that returned by the TimeCString function using a mode of 0. For example, this function might return Tuesday, Dec 22, 1992 5:30. Date formats vary with your system configuration.
Name | Type | Description |
---|---|---|
secs | uInt32 | Seconds since 12:00 a.m., Friday, January 1, 1904, Universal Time [01-01-1904 00:00:00]. |
The date and time as a C string.