AceTime
0.5.2
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 ZoneRule in PROGMEM. More...
#include <Brokers.h>
Public Member Functions | |
FlashZoneRuleBroker (const ZR *zoneRule) | |
FlashZoneRuleBroker (const FlashZoneRuleBroker &)=default | |
FlashZoneRuleBroker & | operator= (const FlashZoneRuleBroker &)=default |
bool | isNull () const |
bool | isNotNull () const |
int8_t | fromYearTiny () const |
int8_t | toYearTiny () const |
int8_t | inMonth () const |
int8_t | onDayOfWeek () const |
int8_t | onDayOfMonth () const |
uint8_t | atTimeCode () const |
uint8_t | atTimeModifier () const |
int8_t | deltaCode () const |
uint8_t | letter () const |
Data broker for accessing ZoneRule in PROGMEM.