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