Language Constants - Weekdays¶
The following constants can be used for functions that should return a day of the week value. For example, while comparing the result of the Weekday function.
return Weekday(Now())=drThursday
| Constant | Explanation |
|---|---|
| drSunday | Sunday |
| drMonday | Monday |
| drTuesday | Tuesday |
| drWednesday | Wednesday |
| drThursday | Thursday |
| drFriday | Friday |
| drSaturday | Saturday |
| drWindowsDayOfWeek | One of the above |