struct DateTime
Defined in:
The C4Time.h
DateTime
structure contains information about a date and time.
Definition
struct DateTime
Data Members
uint32 year; |
The year. |
uint32 month; |
The month, in the range 1–12. |
uint32 day; |
The day of the month, in the range 1–31. |
uint32 hour; |
The hour of the day, in the range 0–23. |
uint32 minute; |
The minute, in the range 0–59. |
uint32 second; |
The second, in the range 0–59. |