Adaptive Framework
0.9.0
|
time zone More...
#include <afw_common.h>
Data Fields | |
afw_int8_t | hours |
afw_int8_t | minutes |
time zone
Definition at line 1678 of file afw_common.h.
afw_int8_t hours |
Hours (-14 - +14). If +14 or -14, minutes must be 0.
Definition at line 1682 of file afw_common.h.
afw_int8_t minutes |
Minutes (0 - 59 or -1). -1 indicates no time zone, in which case, hours must be 0.
Definition at line 1688 of file afw_common.h.