[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'utility' (#aros)

Amiga2Date

Fill in a ClockData structure based on a system time stamp

Declaration

Source position: utility.pas line 225

procedure Amiga2Date(

  Seconds: LongWord;

  Resultat: PClockData

);

Arguments

Seconds

  

Number of seconds since 1.1.78 00:00:00

Resultat

  

The ClockData structure to store the information in.

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: 2017-01-10