Calendar::FirstDayOfWeek Property
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, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.