help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'Dos' (#rtl)

DateTime

Record containing a date/time description

Declaration

Source position: dosh.inc line 75

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;

Description

The DateTime type is used in PackTime and UnPackTime for setting/reading file times with GetFTime and SetFTime.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505