ark::time::TimeOfDay
Defined in header “ark/time/time_of_day.hh”.
A structure containing a human-readable ‘point in time’, typically used for scheduling or alarms.
Variables
-
uint32_t hour_of_day= 0
Hours of the day, from 0 to 23 (ie, 13 is “1PM”). -
uint32_t minute= 0
Minutes of the day, from 0 to 59. -
uint32_t second= 0
Seconds of the day, from 0 to 59.