Fill in a ClockData structure based on a system time stamp
Source position: utility.pas line 345
procedure Amiga2Date( |
amigatime: LongWord; |
resultat: pClockData |
); |
resultat |
|
The ClockData structure to store the information in. |
Convert the time value given as the number of seconds since the 1st of January 1978 (00:00:00 1.1.78), to a more useful values, which is easier for most people to understand. These values will be stored in the ClockData structure whose address is passed as an argument.
The ClockData structure will contain the converted time values.
|
Checks a ClockData structure for legal date. |
|
|
Calculate seconds from 01-Jan-1978. |