AceTime
0.6.1
Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.
|
A tuple that represents a date and time, using a timeCode that tracks the time component using 15-minute intervals. More...
#include <ExtendedZoneProcessor.h>
Public Member Functions | |
void | log () const |
Used only for debugging. More... | |
Public Attributes | |
int8_t | yearTiny |
uint8_t | month |
uint8_t | day |
int8_t | timeCode |
uint8_t | modifier |
A tuple that represents a date and time, using a timeCode that tracks the time component using 15-minute intervals.
Definition at line 64 of file ExtendedZoneProcessor.h.
|
inline |
Used only for debugging.
Definition at line 72 of file ExtendedZoneProcessor.h.