AceTime  3.0.0
Date and time classes for Arduino that support timezones from the TZ Database.
Public Attributes | List of all members
ace_time::ZoneInfoLow::ZonePolicy Struct Reference

A collection of transition rules which describe the DST rules of a given administrative region. More...

#include <ZoneInfoLow.h>

Collaboration diagram for ace_time::ZoneInfoLow::ZonePolicy:
Collaboration graph
[legend]

Public Attributes

const ZoneRule *const rules
 
uint8_t const numRules
 

Detailed Description

A collection of transition rules which describe the DST rules of a given administrative region.

A given time zone (ZoneInfo) can follow a different ZonePolicy at different times. Conversely, multiple time zones (ZoneInfo) can choose to follow the same ZonePolicy at different times.

Definition at line 213 of file ZoneInfoLow.h.


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