AceTime  1.3
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.
Public Member Functions | List of all members
ace_time::ExtendedZone Class Reference

A thin wrapper around an extended::ZoneInfo data structure to provide a stable API access to some useful extended::ZoneInfo data. More...

#include <ExtendedZone.h>

Public Member Functions

 ExtendedZone (const extended::ZoneInfo *zoneInfo)
 
const __FlashStringHelper * name () const
 
const __FlashStringHelper * shortName () const
 
uint32_t zoneId () const
 

Detailed Description

A thin wrapper around an extended::ZoneInfo data structure to provide a stable API access to some useful extended::ZoneInfo data.

The extended::ZoneInfo data struct is intended to be an opaque type to the users of this library.

Definition at line 23 of file ExtendedZone.h.


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