DateTime
Record containing a date/time description
Declaration
Source position: dosh.inc line 66
Type
DateTime = packed record
  Year : Word;
  Month : Word;
  Day : Word;
  Hour : Word;
  Min : Word;
  Sec : Word;
end
Description
The DateTime type is used in PackTime and UnPackTime for setting/reading file times with GetFTime and SetFTime .