The RDM Time w/ timezone data structure. More...
#include "rdmdatetimetypes.h"
Data Fields | |
uint16_t | hour |
uint16_t | minute |
uint16_t | second |
uint16_t | fraction |
int16_t | tz |
The RDM Time w/ timezone data structure.
uint16_t RDM_TIMETZ_T::fraction |
The 1/1000th fraction of a second in the range 0 - 9999
uint16_t RDM_TIMETZ_T::hour |
The hour in the range 0 - 23
uint16_t RDM_TIMETZ_T::minute |
The minute in the range 0 - 59
uint16_t RDM_TIMETZ_T::second |
The second in the range 0 - 59
int16_t RDM_TIMETZ_T::tz |
Time Zone in minutes offset from UTC [-14 * 60 - +14 * 60]