AceTime
1.6
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. More...
#include <ExtendedZoneProcessor.h>
Public Member Functions | |
DateTuple (int8_t y, uint8_t mon, uint8_t d, int16_t min, uint8_t mod) | |
void | log () const |
Used only for debugging. | |
Public Attributes | |
int8_t | yearTiny |
uint8_t | month |
uint8_t | day |
uint8_t | suffix |
int16_t | minutes |
A tuple that represents a date and time.
Packed to 4-byte boundaries to save space on 32-bit processors.
Definition at line 62 of file ExtendedZoneProcessor.h.