AceTime
1.11.1
Date and time classes for Arduino that support timezones from the TZ Database.
|
The result of the findTransitionForDateTime(const LocalDatetime&) method which can return 2 possible Transitions if the DateTime is in the gap or the overlap. More...
#include <ExtendedZoneProcessor.h>
Public Attributes | |
const TransitionTemplate< ZEB, ZPB, ZRB > * | transition0 |
const TransitionTemplate< ZEB, ZPB, ZRB > * | transition1 |
int8_t | searchStatus |
Static Public Attributes | |
static constexpr int8_t | kStatusGap = 0 |
static constexpr int8_t | kStatusExact = 1 |
static constexpr int8_t | kStatusOverlap = 2 |
The result of the findTransitionForDateTime(const LocalDatetime&) method which can return 2 possible Transitions if the DateTime is in the gap or the overlap.
Definition at line 463 of file ExtendedZoneProcessor.h.