The SYSTIME record describes the system time. It is returned by the GetSysTime function.
Field |
Description |
time |
the time of day in string format. |
date |
the day of week, day, month, and year as a string. |
Year |
current year. |
Month |
current month number. January is 1. |
DayOfWeek |
day of week number. Sunday is 0, Monday is 1, etc. |
Day |
day of month. |
Hour |
current hour. |
Minute |
current minute. |
Second |
current second |
Milliseconds |
current milliseconds |