The RDM Date data structure. More...
#include "rdmdatetimetypes.h"
Data Fields | |
int32_t | year |
uint16_t | month |
uint16_t | day |
The RDM Date data structure.
uint16_t RDM_DATE_T::day |
The date in the range 1 - 31
uint16_t RDM_DATE_T::month |
The month in the range 1 - 12
int32_t RDM_DATE_T::year |
The year in the range 1 - 9999