Calendar.FirstDayOfWeek Property

Gets or sets the day of the week to display in the first column of a calendar.

Namespace: System.Web.UI.MobileControls
Assembly: System.Web.Mobile (in system.web.mobile.dll)

[BindableAttribute(true)] 
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

The day of the week displayed in the first column of a calendar. The default value is Default.

In the ASP.NET API, the FirstDayOfWeek enumeration contains every day of the week, with the default value returning the server's local setting for the first day of the week.

This property functions the same way as the Calendar.FirstDayOfWeek property.

Windows 98, Windows 2000 SP4, Windows Millennium Edition, 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

Community Additions

ADD
Show: