AceTime  1.11.2
Date and time classes for Arduino that support timezones from the TZ Database.
Public Attributes | Static Public Attributes | List of all members
ace_time::extended::TransitionResultTemplate< ZEB, ZPB, ZRB > Struct Template Reference

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
 

Detailed Description

template<typename ZEB, typename ZPB, typename ZRB>
struct ace_time::extended::TransitionResultTemplate< ZEB, ZPB, ZRB >

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.


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