AceTime  3.0.0
Date and time classes for Arduino that support timezones from the TZ Database.
Public Member Functions | Static Public Member Functions | List of all members
ace_time::ZoneInfoLow::ZoneRuleBroker Class Reference

Data broker for accessing ZoneRule. More...

#include <ZoneInfoLow.h>

Public Member Functions

 ZoneRuleBroker (const ZoneContext *zoneContext=nullptr, const ZoneRule *zoneRule=nullptr)
 
 ZoneRuleBroker (const ZoneRuleBroker &)=default
 
ZoneRuleBrokeroperator= (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
 

Static Public Member Functions

static int16_t toYearFromTiny (int8_t yearTiny, int16_t baseYear)
 

Detailed Description

Data broker for accessing ZoneRule.

Definition at line 493 of file ZoneInfoLow.h.


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