| [Overview][Constants][Types][Procedures and functions][Variables][Index] | 
Record containing a date/time description
Source position: dosh.inc line 66
type DateTime = packed record  | 
||
Year: Word;  | 
  | 
Year part  | 
Month: Word;  | 
  | 
Month of the year  | 
Day: Word;  | 
  | 
Day of the month  | 
Hour: Word;  | 
  | 
Hour of the day  | 
Min: Word;  | 
  | 
Minute of the hour  | 
Sec: Word;  | 
  | 
Second in the minute  | 
end;  | 
The DateTime type is used in PackTime and UnPackTime for setting/reading file times with GetFTime and SetFTime.