Store a real time reference.
More...
#include <time_handling.h>
|
|
bool | is_valid () const |
| |
|
int32_t | as_seconds () const |
| |
|
|
uint8_t | dayOfTheWeek = UINT8_MAX |
| | [0; 6] the index of the day of the week. Monday is 0, sunday is 6
|
| |
|
uint8_t | hour = UINT8_MAX |
| | hour of the day, in the [0; 23]
|
| |
|
uint8_t | minutes = UINT8_MAX |
| | minutes, in the [0; 59]
|
| |
|
uint8_t | seconds = UINT8_MAX |
| | seconds, in the [0; 59]
|
| |
Store a real time reference.
The documentation for this struct was generated from the following files:
- src/system/component/time_handling.h
- src/system/component/time_handling.cpp