AceTime
3.0.0
Date and time classes for Arduino that support timezones from the TZ Database.
|
A storage object that creates an ZoneInfoBroker from a key that identifies the ZoneInfo. More...
#include <ZoneInfoLow.h>
Public Member Functions | |
ZoneInfoBroker | createZoneInfoBroker (uintptr_t zoneKey) const |
A storage object that creates an ZoneInfoBroker from a key that identifies the ZoneInfo.
The key can be a pointer to flash memory, or an integer into a list stored in a file.
Definition at line 807 of file ZoneInfoLow.h.
|
inline |
zoneKey | an opaque Zone primary key (e.g. const ZoneInfo*, or a uint16_t index into a database table of ZoneInfo records) |
Definition at line 813 of file ZoneInfoLow.h.