ScheduleDays Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.Serialization.DataContract]
public enum ScheduleDays
type ScheduleDays =
Public Enum ScheduleDays
- Inheritance
-
ScheduleDays
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Do not run. |
Monday | 1 | Run on Monday. |
Tuesday | 2 | Run on Tuesday. |
Wednesday | 4 | Run on Wednesday. |
Thursday | 8 | Run on Thursday. |
Friday | 16 | Run on Friday. |
Saturday | 32 | Run on Saturday. |
Sunday | 64 | Run on Sunday. |
All | 127 | Run on all days of the week. |