|
M5Unit-RTC 0.1.0 git rev:26c1349
|
Calendar date (year, month, day, weekday) More...
#include <unit_PCF8563_types.hpp>
Static Public Member Functions | |
| static rtc_date_t | from_tm (const tm &t) |
| Construct from struct tm (date fields only) | |
Public Attributes | |
| int16_t | year {} |
| year 1900-2099 | |
| int8_t | month {} |
| month 1-12 | |
| int8_t | date {} |
| date 1-31 | |
| int8_t | weekDay {} |
| weekDay 0:sun / 1:mon / 2:tue / 3:wed / 4:thu / 5:fri / 6:sat | |
Calendar date (year, month, day, weekday)