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

TClockData

Structure to hold timing informations

Declaration

Source position: utility.pas line 28

type TClockData = record

  sec: Word;

  

Seconds

  min: Word;

  

Minutes

  hour: Word;

  

Hour

  mday: Word;

  

Day

  month: Word;

  

Month

  year: Word;

  

Year

  wday: Word;

  

Weekday

end;

See also

Amiga2Date

  

Fill in a ClockData structure based on a system time stamp

Date2Amiga

  

Calculate seconds from 01-Jan-1978.

CheckDate

  

Checks a ClockData structure for legal date.


Documentation generated on: 2021-07-30