Adaptive Framework
0.9.0
|
date with no time zone. More...
#include <afw_common.h>
Data Fields | |
afw_int32_t | year |
afw_uint8_t | month |
afw_uint8_t | day |
date with no time zone.
Definition at line 1695 of file afw_common.h.
afw_uint8_t day |
Day day of month (1-31). Month limited to days in month.
Definition at line 1704 of file afw_common.h.
afw_uint8_t month |
Month of year (1-12).
Definition at line 1701 of file afw_common.h.
afw_int32_t year |
Year including century. Negative is BC. No 0?
Definition at line 1698 of file afw_common.h.