Previous: File-attribute constants To the Table of Content Next: DosError variable

- 4.69.1.4 -
Standard Units
WinDos Unti
WinDos Unit Constants and Variables

TDateTime type

Targets: MS-DOS, OS/2, Win32


WinDos 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
  TDateTime = record 
    Year, Month, Day, Hour,
    Min, Sec: Word;
  end;



Previous: File-attribute constants To the Table of Content Next: DosError variable
File-attribute constants Table of Content DosError variable

- 4.69.1.4 -