Holds information on a parsed absolute time from Absolute::parseLocal. More...
#include <Time.h>
Public Member Functions | |
| const char * | getMonth () const |
| const char * | getDay () const |
Public Attributes | |
| uint16_t | year = 0 |
| uint8_t | month = 0 |
| uint8_t | dayOfMonth = 0 |
| uint8_t | dayOfWeek = 0 |
| uint8_t | dayOfYear = 0 |
| uint8_t | hour = 0 |
| uint8_t | minutes = 0 |
| uint8_t | seconds = 0 |
| bool | isDaylightSaving = false |
Friends | |
| struct | Internal |
Holds information on a parsed absolute time from Absolute::parseLocal.