Definition at line 113 of file SessionSchedule.h.
◆ TimeOfDay() [1/3]
The default initialization.
◆ TimeOfDay() [2/3]
Initializes an instance to a specified number of hours, minutes, and seconds.
◆ TimeOfDay() [3/3]
Initializes from another instance.
◆ bad()
An instance of the ill-formed time of the day.
◆ hours()
Gets hours of the time of the day.
◆ midnight()
The 'Zero' point of the time of the day.
◆ minutes()
Gets minutes of the time of the day.
◆ now()
Returns the current time of the day value.
◆ operator!=()
bool operator!= |
( |
const TimeOfDay & | other | ) |
const |
|
inline |
Checks whether the instance is unequal to another one.
Definition at line 188 of file SessionSchedule.h.
◆ operator=()
◆ operator==()
bool operator== |
( |
const TimeOfDay & | other | ) |
const |
|
inline |
Checks whether the instance is equal to another one.
Definition at line 180 of file SessionSchedule.h.
◆ parse()
Parses the time of day from its string presentation.
◆ seconds()
Gets the seconds component of the time of the day.
◆ sinceMidnight()
Gets the total number of seconds since the midnight.
Definition at line 173 of file SessionSchedule.h.
◆ toString()
std::string toString |
( |
| ) |
const |
Builds the string presentation.