|
LocalTimeRK
|
Packed structure to hold the YMD value. More...
#include <LocalTimeRK.h>
Data Fields | |
| unsigned | year:23 |
| Year, add 1900 (like struct tm) | |
| unsigned | month:4 |
| Month, 1 - 12 (not like struct tm which is 0 - 11) | |
| unsigned | day:5 |
| Day, 1 - 31 ish. | |
Packed structure to hold the YMD value.