Fill in a ClockData structure based on a system time stamp
Source position: utility.pas line 177
procedure Amiga2Date( |
Seconds: LongWord; |
Result: PClockData |
); |
Seconds |
|
Number of seconds since 1.1.78 00:00:00 |
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. |