|
AceTime
3.0.0
Date and time classes for Arduino that support timezones from the TZ Database.
|
A tuple that represents a date and time. More...
#include <DateTuple.h>
Public Member Functions | |
| DateTuple (int16_t y, uint8_t mon, uint8_t d, int32_t secs, uint8_t mod) | |
| void | log () const |
| Used only for debugging. | |
Public Attributes | |
| int16_t | year |
| uint8_t | month |
| uint8_t | day |
| int32_t | seconds |
| uint8_t | suffix |
A tuple that represents a date and time.
Packed to 4-byte boundaries to save space on 32-bit processors.
Definition at line 36 of file DateTuple.h.