AceTime  0.7
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::BasicZone Class Reference

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

#include <BasicZone.h>

Public Member Functions

 BasicZone (const basic::ZoneInfo *zoneInfo)
 
 BasicZone (const BasicZone &)=default
 
BasicZoneoperator= (const BasicZone &)=default
 
const __FlashStringHelper * name () const
 
const __FlashStringHelper * shortName () const
 
uint32_t zoneId () const
 

Detailed Description

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

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

Definition at line 22 of file BasicZone.h.


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