AceTime
3.0.0
Date and time classes for Arduino that support timezones from the TZ Database.
|
Data broker for accessing ZoneRule. More...
#include <ZoneInfoMid.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 |
Data broker for accessing ZoneRule.
Definition at line 485 of file ZoneInfoMid.h.