 | Weekdays Enumeration |
The Weekdays.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntax[FlagsAttribute]
public enum Weekdays
<FlagsAttribute>
Public Enumeration Weekdays
[FlagsAttribute]
public enum class Weekdays
[<FlagsAttribute>]
type Weekdays
Members
| Member name | Value | Description |
---|
| None | 0 |
The none
|
| Sunday | 1 |
The Sunday
|
| Monday | 2 |
The Monday
|
| Tuesday | 4 |
The Tuesday
|
| Wednesday | 8 |
The Wednesday
|
| Thursday | 16 |
The Thursday
|
| Friday | 32 |
The Friday
|
| Saturday | 64 |
The Saturday
|
| Weekends | 65 |
The weekends
|
| Workdays | 62 |
The workdays
|
| All | 127 |
All
|
See Also