DdsDayNames enum | QSYS API Reference Guide
Specifies the names of the calendar days.
Namespace: ASNA.QSys.Expo.Tags
Assembly: ASNA.QSys.Expo.Tags.dll
Remarks
Used as valid values for property FirstDayOfWeek for DdsDateField Tag Helper.
These are just a symbolic names. The Calendar labels are taken from Website Localized resources.
Enum Values
| Name | Description | Value |
|---|---|---|
| Friday | Sixth day of the week (in most countries) | 6 |
| Monday | Second day of the week (in most countries) | 2 |
| Saturday | Seventh day of the week (in most countries) | 7 |
| Sunday | First day of the week (in most countries) | 1 |
| Thursday | Fifth day of the week (in most countries) | 5 |
| Tuesday | Third day of the week (in most countries) | 3 |
| Undefined | No day defined. | 0 |
| Wednesday | Fourth day of the week (in most countries) | 4 |