System.Web.UI.WebControls Namespace
Specifies the first day of the week on a Calendar control.
The FirstDayOfWeek enumeration represents the values that specify which day to display as the first day of the week on the Calendar control.
Member Name |
Description |
Default |
The first day of the week is is specified by the system settings. |
Friday |
The first day of the week is Friday. |
Monday |
The first day of the week is Monday. |
Saturday |
The first day of the week is Saturday. |
Sunday |
The first day of the week is Sunday. |
Thursday |
The first day of the week is Thursday. |
Tuesday |
The first day of the week is Tuesday. |
Wednesday |
The first day of the week is Wednesday. |