Definition at line 70 of file SessionSchedule.h.
◆ TimeOfDay() [1/2]
◆ TimeOfDay() [2/2]
◆ bad()
- Returns
- the instance of an ill-formed time of day.
◆ hours()
◆ midnight()
- Returns
- the 'Zero' point of the time of day.
◆ minutes()
◆ now()
- Returns
- the current time of day.
◆ operator!=()
bool operator!= |
( |
const TimeOfDay & | other | ) |
const |
|
inlinenoexcept |
Checks whether the instance is unequal to the given one.
Definition at line 129 of file SessionSchedule.h.
◆ operator==()
bool operator== |
( |
const TimeOfDay & | other | ) |
const |
|
inlinenoexcept |
Checks whether the instance is equal to the given one.
Definition at line 123 of file SessionSchedule.h.
◆ parse()
Parses the time of day from the given string presentation.
◆ seconds()
◆ sinceMidnight()
- Returns
- the total number of seconds since the midnight.
Definition at line 117 of file SessionSchedule.h.
◆ toString()
std::string toString |
( |
| ) |
const |
- Returns
- the string presentation.