Calculate seconds from 01-Jan-1978.
Source position: utility.pas line 351
function Date2Amiga( |
const date: pClockData |
):LongWord; |
date |
|
A pointer to a ClockData structure containing the date of interest. |
The number of seconds from 01-Jan-1978 to the date specified.
Calculates the number of seconds from 01-Jan-1978 to the date specified in the ClockData structure.
This function does no sanity checking of the data in the ClockData structure.
|
Fill in a ClockData structure based on a system time stamp |
|
|
Checks a ClockData structure for legal date. |