AceTime  1.3
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.
Public Member Functions | List of all members
ace_time::basic::ZoneRuleBroker Class Reference

Data broker for accessing ZoneRule. More...

#include <Brokers.h>

Public Member Functions

 ZoneRuleBroker (const ZoneRule *zoneRule)
 
 ZoneRuleBroker (const ZoneRuleBroker &)=default
 
ZoneRuleBrokeroperator= (const ZoneRuleBroker &)=default
 
bool isNull () const
 
int8_t fromYearTiny () const
 
int8_t toYearTiny () const
 
uint8_t inMonth () const
 
int8_t onDayOfWeek () const
 
int8_t onDayOfMonth () const
 
uint16_t atTimeMinutes () const
 
uint8_t atTimeSuffix () const
 
int16_t deltaMinutes () const
 
uint8_t letter () const
 

Detailed Description

Data broker for accessing ZoneRule.

Definition at line 66 of file Brokers.h.


The documentation for this class was generated from the following file: