|
M5Unit-RTC 0.1.0 git rev:26c1349
|
Combined date and time. More...
#include <unit_PCF8563_types.hpp>
Public Member Functions | |
| rtc_datetime_t (const rtc_date_t &d, const rtc_time_t &t) | |
| rtc_datetime_t (const tm &t) | |
| rtc_datetime_t & | operator= (const tm &t) |
| Assign from struct tm. | |
| operator tm () const | |
| Convert to struct tm (explicit) | |
| tm | to_tm () const |
| Convert to struct tm. | |
Static Public Member Functions | |
| static rtc_datetime_t | from_tm (const tm &t) |
| Construct from struct tm. | |
Public Attributes | |
| rtc_date_t | date {} |
| rtc_time_t | time {} |
Combined date and time.