|
AceTime
3.0.0
Date and time classes for Arduino that support timezones from the TZ Database.
|
Data broker for accessing ZoneRule. More...
#include <ZoneInfoLow.h>
Public Member Functions | |
| ZoneRuleBroker (const ZoneContext *zoneContext=nullptr, const ZoneRule *zoneRule=nullptr) | |
| ZoneRuleBroker (const ZoneRuleBroker &)=default | |
| ZoneRuleBroker & | operator= (const ZoneRuleBroker &)=default |
| bool | isNull () const |
| int16_t | fromYear () const |
| int16_t | toYear () const |
| uint8_t | inMonth () const |
| uint8_t | onDayOfWeek () const |
| int8_t | onDayOfMonth () const |
| uint32_t | atTimeSeconds () const |
| uint8_t | atTimeSuffix () const |
| int32_t | deltaSeconds () const |
| const __FlashStringHelper * | letter () const |
Static Public Member Functions | |
| static int16_t | toYearFromTiny (int8_t yearTiny, int16_t baseYear) |
Data broker for accessing ZoneRule.
Definition at line 493 of file ZoneInfoLow.h.