Definition at line 36 of file SessionSchedule.h.
◆ Enum
Enumerator |
---|
Day | The session continues not more than 24 hours.
That is the session logon and logout are performed within bounds of the single day.
|
Week | The session logon/logout occurs only once per week.
|
Definition at line 39 of file SessionSchedule.h.
◆ parse()
Enum parse |
( |
const std::string & | value | ) |
|
|
static |
Transforms the string presentation into a valid constant.
◆ toString()
std::string toString |
( |
Enum | value | ) |
|
|
static |
Builds the string presentation for a given constant.