AceTime
0.1
Date and time classes for Arduino that supports the TZ DAtabase, and a system clock synchronized from an NTP server or an RTC chip.
|
Metadata about the zone database. More...
#include <ZoneContext.h>
Public Attributes | |
int16_t | startYear |
Start year of the zone files. More... | |
int16_t | untilYear |
Until year of the zone files. More... | |
Metadata about the zone database.
A ZoneInfo struct will contain a pointer to this.
Definition at line 11 of file ZoneContext.h.
int16_t ace_time::common::ZoneContext::startYear |
Start year of the zone files.
Definition at line 13 of file ZoneContext.h.
int16_t ace_time::common::ZoneContext::untilYear |
Until year of the zone files.
Definition at line 16 of file ZoneContext.h.