Previous: 4.74.1.3. File-attribute constants To the Table of Contents Next: 4.74.1.5. DosError variable
4.74.1.3. File-attribute constants Table of Contents 4.74.1.5. DosError variable

- 4.74.1.4. -
Table of Contents
4. Standard Units
4.74. WinDos - MS-DOS function emulation for OS/2 and Win32
4.74.1. WinDos Unit Constants and Variables
4.74.1.4. TDateTime type


4.74.1.4. 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: 4.74.1.3. File-attribute constants To the Table of Contents Next: 4.74.1.5. DosError variable
4.74.1.3. File-attribute constants Table of Contents 4.74.1.5. DosError variable

- 4.74.1.4. -