AceTime
3.0.0
Date and time classes for Arduino that support timezones from the TZ Database.
|
The result of the findTransitionForDateTime(const LocalDatetime& ldt) method which can return 0, 1, or 2 matching Transitions depending on whether the DateTime is an exact match, in the gap, or in the overlap. More...
#include <Transition.h>
Public Attributes | |
const TransitionTemplate< D > * | prev |
The previous transition. | |
const TransitionTemplate< D > * | curr |
The matching transition, or null if not found or in gap. | |
uint8_t | num |
Number of matches: 0, 1, 2. | |
The result of the findTransitionForDateTime(const LocalDatetime& ldt) method which can return 0, 1, or 2 matching Transitions depending on whether the DateTime is an exact match, in the gap, or in the overlap.
There are 5 possibilities:
Definition at line 309 of file Transition.h.