Definition at line 31 of file SessionSchedule.h.
◆ Enum
| Enumerator |
|---|
| Sunday | |
| Monday | |
| Tuesday | |
| Wednesday | |
| Thursday | |
| Friday | |
| Saturday | |
| Total | |
Definition at line 33 of file SessionSchedule.h.
34 {
35 Sunday,
36 Monday,
37 Tuesday,
38 Wednesday,
39 Thursday,
40 Friday,
41 Saturday,
42 Total
43 };
◆ now()
- Returns
- the current day of the week.
◆ parse()
| Enum parse |
( |
const std::string & | value | ) |
|
|
static |
Transforms the string presentation into a valid constant.
◆ toString()
| std::string toString |
( |
Enum | value | ) |
|
|
static |
- Returns
- the string presentation for a given constant.
◆ utcNow()
- Returns
- the current UTC day of the week.