Calendar.FirstDayOfWeek Property

Gets or sets the day of the week to display in the first day column of the Calendar control.

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)

public:
property FirstDayOfWeek FirstDayOfWeek {
	FirstDayOfWeek get ();
	void set (FirstDayOfWeek value);
}
/** @property */
public FirstDayOfWeek get_FirstDayOfWeek ()

/** @property */
public void set_FirstDayOfWeek (FirstDayOfWeek value)

public function get FirstDayOfWeek () : FirstDayOfWeek

public function set FirstDayOfWeek (value : FirstDayOfWeek)

Property Value

One of the FirstDayOfWeek values. The default is Default, which indicates that the day specified in the system setting is used.

Exception typeCondition

ArgumentException

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.

TopicLocation
How to: Customize Calendar Web Server Control AppearanceBuilding ASP .NET Web Applications
How to: Customize Calendar Web Server Control AppearanceBuilding ASP .NET Web Applications

The following code example demonstrates how to use the FirstDayOfWeek property to set the first day column to Monday.

No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0, 1.1, 1.0

Community Additions

ADD
Show: