|
AceTime
3.0.0
Date and time classes for Arduino that support timezones from the TZ Database.
|
Data broker for accessing ZoneEra. More...
#include <ZoneInfoMid.h>
Public Member Functions | |
| ZoneEraBroker (const ZoneContext *zoneContext=nullptr, const ZoneEra *zoneEra=nullptr) | |
| ZoneEraBroker (const ZoneEraBroker &)=default | |
| ZoneEraBroker & | operator= (const ZoneEraBroker &)=default |
| bool | isNull () const |
| bool | equals (const ZoneEraBroker &other) const |
| const ZonePolicyBroker | zonePolicy () const |
| int32_t | offsetSeconds () const |
| int32_t | deltaSeconds () const |
| const char * | format () const |
| int16_t | untilYear () const |
| uint8_t | untilMonth () const |
| uint8_t | untilDay () const |
| uint32_t | untilTimeSeconds () const |
| uint8_t | untilTimeSuffix () const |
Data broker for accessing ZoneEra.
Definition at line 586 of file ZoneInfoMid.h.