System.Web.UI.WebControls.FirstDayOfWeek Enumeration

Specifies the day to display as the first day of the week on the System.Web.UI.WebControls.Calendar control.

Syntax

public enum FirstDayOfWeek

Remarks

The System.Web.UI.WebControls.FirstDayOfWeek enumeration represents the values that specify which day to display as the first day of the week on the System.Web.UI.WebControls.Calendar control.

Members

Member NameDescription
Default

Indicates that the first day of the week is specified by the system settings.

Friday

Indicates that the first day of the week is Friday.

Monday

Indicates that the first day of the week is Monday.

Saturday

Indicates that the first day of the week is Saturday.

Sunday

Indicates that the first day of the week is Sunday.

Thursday

Indicates that the first day of the week is Thursday.

Tuesday

Indicates that the first day of the week is Tuesday.

Wednesday

Indicates that the first day of the week is Wednesday.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0