AceTime
0.5
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.
|
#include <ZoneManager.h>
Public Member Functions | |
BasicZoneManager (uint16_t registrySize, const basic::ZoneInfo *const *zoneRegistry) | |
![]() | |
const BasicZoneRegistrar & | getRegistrar () const |
TimeZone | createForZoneInfo (const basic::ZoneInfo *zoneInfo) |
TimeZone | createForZoneName (const char *name) |
TimeZone | createForZoneId (uint32_t id) |
TimeZone | createForZoneIndex (uint16_t index) |
TimeZone | createForTimeZoneData (const TimeZoneData &d) |
Create from the TimeZoneData created by TimeZone::toTimeZoneData(). More... | |
uint16_t | indexForZoneName (const char *name) const |
uint16_t | indexForZoneId (uint32_t id) const |
Additional Inherited Members | |
![]() | |
ZoneManager (uint16_t registrySize, const basic::ZoneInfo *const *zoneRegistry) | |
SIZE | size of the BasicZoneProcessorCache |
Definition at line 106 of file ZoneManager.h.