TSystemTime
System time structure
Declaration
Source position: datih.inc line 101
Type
TSystemTime = record
public
  Year : Word;
  Month : Word;
  Day : Word;
  DayOfWeek : Word;
  Hour : Word;
  Minute : Word;
  Second : Word;
  MilliSecond : Word;
end
Description
The System time structure contains the date/time in a human-understandable format.