|
M5Unit-RTC 0.1.0 git rev:26c1349
|
Time of day (hours, minutes, seconds) More...
#include <unit_PCF8563_types.hpp>
Public Member Functions | |
| rtc_time_t (int8_t hours_=-1, int8_t minutes_=-1, int8_t seconds_=-1) | |
| rtc_time_t (const tm &t) | |
| tm | to_tm () const |
| Convert to struct tm (only time fields are set) | |
Static Public Member Functions | |
| static rtc_time_t | from_tm (const tm &t) |
| Construct from struct tm (time fields only) | |
Public Attributes | |
| int8_t | hours {} |
| int8_t | minutes {} |
| int8_t | seconds {} |
Time of day (hours, minutes, seconds)