DateTime_t Struct Reference
Structure to encapsulate time information broken down into components (year, month, etc).
More...
#include <UTMisc.h>
List of all members.
Detailed Description
Structure to encapsulate time information broken down into components (year, month, etc)
Definition at line 245 of file UTMisc.h.
Member Data Documentation
The month 1-12, with 1 for January, 12 for December.
Definition at line 248 of file UTMisc.h.
The day of the week, with 0 for Sunday, 6 for Saturday.
Definition at line 249 of file UTMisc.h.
The day of the month, with 1 being the first day of the month.
Definition at line 250 of file UTMisc.h.
The hour in the day, with 0 for midnight, 23 for 11:00 PM.
Definition at line 251 of file UTMisc.h.
The minute in the hour.
Definition at line 252 of file UTMisc.h.
The second in the minute.
Definition at line 253 of file UTMisc.h.
The microsecond in the second.
Definition at line 254 of file UTMisc.h.
The documentation for this struct was generated from the following file:
- D:/develop/svn/utlib/utlib/trunk/UT/src_UT/UTMisc.h