This documentation is archived and is not being maintained.
Calendar::FirstDayOfWeek Property
Visual Studio 2010
Gets or sets the day of the week to display in the first day column of the Calendar control.
Assembly: System.Web (in System.Web.dll)
public: property FirstDayOfWeek FirstDayOfWeek { FirstDayOfWeek get (); void set (FirstDayOfWeek value); }
<asp:Calendar FirstDayOfWeek="FirstDayOfWeek" />
Property Value
Type: System.Web.UI.WebControls::FirstDayOfWeekOne of the FirstDayOfWeek values. The default is Default, which indicates that the day specified in the system setting is used.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The date specified is not one of the FirstDayOfWeek values. |
Use the FirstDayOfWeek property to specify the day of the week to display in the first day column of the Calendar control. This property is set with one of the FirstDayOfWeek enumeration values. You can specify any day of the week or FirstDayOfWeek.Default, which indicates that the date is determined by the system settings.
| Topic | Location |
|---|---|
| How to: Customize Calendar Web Server Control Appearance | Building ASP .NET Web Applications |
| How to: Customize Calendar Web Server Control Appearance | Building ASP .NET Web Applications |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: