AceTime  3.0.0
Date and time classes for Arduino that support timezones from the TZ Database.
Public Member Functions | List of all members
ace_time::ManualZoneManager Class Reference

A simple version of ZoneManager that converts a manual TimeZoneData with fixed STD and DST offsets into a TimeZone. More...

#include <ZoneManager.h>

Public Member Functions

TimeZone createForTimeZoneData (const TimeZoneData &d)
 Create a TimeZone with fixed STD and DST offsets stored in the TimeZoneData which was created by TimeZone::toTimeZoneData(). More...
 
uint16_t zoneRegistrySize () const
 

Detailed Description

A simple version of ZoneManager that converts a manual TimeZoneData with fixed STD and DST offsets into a TimeZone.

Definition at line 38 of file ZoneManager.h.

Member Function Documentation

◆ createForTimeZoneData()

TimeZone ace_time::ManualZoneManager::createForTimeZoneData ( const TimeZoneData d)
inline

Create a TimeZone with fixed STD and DST offsets stored in the TimeZoneData which was created by TimeZone::toTimeZoneData().

IANA timezones are not supported.

Definition at line 45 of file ZoneManager.h.


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