DayOfWeekEnum 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.
public enum class DayOfWeekEnum
public enum DayOfWeekEnum
type DayOfWeekEnum =
Public Enum DayOfWeekEnum
- Inheritance
-
DayOfWeekEnum
Fields
| Day | 8 | |
| Friday | 6 | |
| Monday | 2 | |
| Saturday | 7 | |
| Sunday | 1 | |
| Thursday | 5 | |
| Tuesday | 3 | |
| Wednesday | 4 | |
| Weekday | 9 | |
| Weekendday | 10 |