Language:
Русский
English
Variables of Type DateTime
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:
type
{ Date & time record used by PackTime }
{ and UnpackTime }
DateTime = record
Year,Month,Day,Hour,
Min,Sec: Word;
end;