AceTime
1.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.
|
A thin wrapper around an extended::ZoneInfo data structure to provide a stable API access to some useful extended::ZoneInfo data. More...
#include <ExtendedZone.h>
Public Member Functions | |
ExtendedZone (const extended::ZoneInfo *zoneInfo) | |
ExtendedZone (const ExtendedZone &)=default | |
ExtendedZone & | operator= (const ExtendedZone &)=default |
const __FlashStringHelper * | name () const |
const __FlashStringHelper * | shortName () const |
uint32_t | zoneId () const |
A thin wrapper around an extended::ZoneInfo data structure to provide a stable API access to some useful extended::ZoneInfo data.
The extended::ZoneInfo data struct is intended to be an opaque type to the users of this library.
Definition at line 23 of file ExtendedZone.h.