| Name: | DayOfWeek | 
| Type: | System.DayOfWeek | 
The DayOfWeek Enum is used to represent the day of the week from a DateTime. This can be read using the DateTime Day Of Week node.
| Name | Value | Description | 
|---|---|---|
| Sunday | 0 | |
| Monday | 1 | |
| Tuesday | 2 | |
| Wednesday | 3 | |
| Thursday | 4 | |
| Friday | 5 | |
| Saturday | 6 | 
