FabGL
ESP32 Display Controller and Graphics Library
|
Represents date and time. More...
#include <DS3231.h>
Public Member Functions | |
time_t | timestamp (int timezone) |
Calculates Unix timestamp. More... | |
Public Attributes | |
int8_t | dayOfMonth |
int8_t | dayOfWeek |
int8_t | hours |
int8_t | minutes |
int8_t | month |
int8_t | seconds |
int16_t | year |
Represents date and time.