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.
Public Attributes | List of all members
ace_time::common::ZoneContext Struct Reference

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...
 

Detailed Description

Metadata about the zone database.

A ZoneInfo struct will contain a pointer to this.

Definition at line 11 of file ZoneContext.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: