Previous: 4.24.1.2 File-attribute constants To the Table of Contents Next: 4.24.1.4 DosError variable
4.24.1.2 File-attribute constants Table of Contents 4.24.1.4 DosError variable

- 4.24.1.3 -
Table of Contents
4. Standard Units
4.24. DOS - MSDOS support unit
4.24.1.3 DateTime type


4.24.1.3 DateTime type

Targets: MS-DOS only


Dos Unit

The UnpackTime and PackTime procedures use variables of type DateTime to examine and construct 4-byte, packed date-and-time values for the GetFTime, SetFTime, FindFirst, and FindNext procedures:

Declaration:
type
  DateTime = record 
    Year, Month, Day, Hour,
    Min, Sec: Word;
  end;



Previous: 4.24.1.2 File-attribute constants To the Table of Contents Next: 4.24.1.4 DosError variable
4.24.1.2 File-attribute constants Table of Contents 4.24.1.4 DosError variable

- 4.24.1.3 -