Unit 'utility' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

Amiga2Date

Fill in a ClockData structure based on a system time stamp

Declaration

Source position: utility.pas line 272

procedure Amiga2Date(

  DateAmiga: LongWord;

  Cd: PClockData

);

Description

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.

See also

CheckDate

  

Checks a ClockData structure for legal date.

Date2Amiga

  

Calculate seconds from 01-Jan-1978.


Documentation generated on: 2021-07-30