AceTime
0.8
Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.
|
Data broker for accessing ZoneEra. More...
#include <Brokers.h>
Public Member Functions | |
ZoneEraBroker (const ZoneEra *zoneEra) | |
ZoneEraBroker (const ZoneEraBroker &)=default | |
ZoneEraBroker & | operator= (const ZoneEraBroker &)=default |
const ZoneEra * | zoneEra () const |
bool | isNull () const |
bool | isNotNull () const |
int16_t | offsetMinutes () const |
const ZonePolicyBroker | zonePolicy () const |
int16_t | deltaMinutes () const |
const char * | format () const |
int8_t | untilYearTiny () const |
uint8_t | untilMonth () const |
uint8_t | untilDay () const |
uint16_t | untilTimeMinutes () const |
uint8_t | untilTimeSuffix () const |