Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TSystemTime

System time structure.

Declaration

Source position: datih.inc line 102

type TSystemTime = record

  Year: Word;

  

Year part.

  Month: Word;

  

Month part.

  Day: Word;

  

Day of month part.

  DayOfWeek: Word;

  

  Hour: Word;

  

Hour of the day.

  Minute: Word;

  

Minute of the hour.

  Second: Word;

  

Second of the minute.

  MilliSecond: Word;

  

Milliseconds in the second.

end;

Description

The System time structure contains the date/time in a human-understandable format.


Documentation generated on: Jan 30 2024