uint32 DateToSecs(dateRecordP);
Converts from a time described using the DateRec data structure to the number of seconds since 12:00 a.m., Friday, January 1, 1904, Universal Time [01-01-1904 00:00:00].
Name | Type | Description |
---|---|---|
dateRecordP | DateRec * | Pointer to a DateRec structure. DateToSecs stores the converted date in the fields of the date structure referred to by dateRecordP. This parameter is a pointer. |
The corresponding number of seconds since 12:00 a.m., Friday, January 1, 1904, Universal Time [01-01-1904 00:00:00].