[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
System time structure
Source position: datih.inc line 99
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; |
The System time structure contains the date/time in a human-understandable format.