Indicates the session working days.
| Member | Value | Description |
|---|---|---|
| swdFriday | 2 | Friday is a working day. |
| swdMonday | 32 | Monday is a working day. |
| swdSaturday | 1 | Saturday is a working day. |
| swdSunday | 64 | Sunday is a working day. |
| swdThursday | 4 | Thursday is a working day. |
| swdTuesday | 16 | Tuesday is a working day. |
| swdUndefined | 0 | Undefined. |
| swdWednesday | 8 | Wednesday is a working day. |
This is used in the CQGSession.WorkingWeekDays property.
See the usage of eSessionWeekDays enumeration in the CustomSessionsResolved event's example section.