Defined in file: hzDate.cpp
International Timezone. Maps timezone code to GMT offset
Constructors/Detructors
| Default constructor | hzTimezone() | Not specified in code. Default applies |
| Copy constructor | hzTimezone(&) | Not specified in code. Default applies |
| Default constructor | hzTimezone() | Not specified in code. Default applies |
Public Methods:
| void | clear | (void) |
Member Variables:
| const char* | code | Timezone code | |
| int32_t | hour | Hours ahead of GMT | |
| int32_t | min | Minutes ahead of GMT |