AceTime
3.0.0
Date and time classes for Arduino that support timezones from the TZ Database.
|
Base class for ManualZoneManager, BasicZoneManager, and ExtendedZoneManager to keep ZoneManager::kInvalidIndex for backwards compatibility. More...
#include <ZoneManager.h>
Static Public Attributes | |
static const uint16_t | kInvalidIndex = 0xffff |
Registry index which is not valid. More... | |
Base class for ManualZoneManager, BasicZoneManager, and ExtendedZoneManager to keep ZoneManager::kInvalidIndex for backwards compatibility.
Subclasses are not meant to be used polymorphically because none of the methods are virtual.
Definition at line 27 of file ZoneManager.h.
|
static |
Registry index which is not valid.
Indicates an error or not found.
Definition at line 31 of file ZoneManager.h.