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