| Retired Content |
|---|
This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling. |
Represents one or more days of the week
Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Rules
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)
Syntax
[FlagsAttribute]
public enum DaysOfWeek
'Declaration
<FlagsAttribute> _
Public Enumeration DaysOfWeek
[FlagsAttribute]
public enum class DaysOfWeek
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Represents no days. | |
| Sunday | 1 | Represents Sunday. | |
| Monday | 2 | Represents Monday. | |
| Tuesday | 4 | Represents Tuesday. | |
| Wednesday | 8 | Represents Wednesday. | |
| Thursday | 16 | Represents Thursday. | |
| Friday | 32 | Represents Friday. | |
| Saturday | 64 | Represents Saturday. | |
| All | 127 | Represents all days. |
See Also
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Rules Namespace