AceTime
0.6.1
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 SRAM. More...
#include <Brokers.h>
Public Member Functions | |
DirectZoneRuleBroker (const ZR *zoneRule) | |
DirectZoneRuleBroker (const DirectZoneRuleBroker &)=default | |
DirectZoneRuleBroker & | operator= (const DirectZoneRuleBroker &)=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 SRAM.