AceTime
1.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. More...
#include <Brokers.h>
Public Member Functions | |
ZoneRuleBroker (const ZoneRule *zoneRule) | |
ZoneRuleBroker (const ZoneRuleBroker &)=default | |
ZoneRuleBroker & | operator= (const ZoneRuleBroker &)=default |
bool | isNull () const |
int8_t | fromYearTiny () const |
int8_t | toYearTiny () const |
uint8_t | inMonth () const |
uint8_t | onDayOfWeek () const |
int8_t | onDayOfMonth () const |
uint16_t | atTimeMinutes () const |
uint8_t | atTimeSuffix () const |
int16_t | deltaMinutes () const |
uint8_t | letter () const |