Calendar::FirstDayOfWeek Property

 

Gets or sets the day of the week to display in the first column of a calendar. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

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

public:
[BindableAttribute(true)]
property FirstDayOfWeek FirstDayOfWeek {
	FirstDayOfWeek get();
	void set(FirstDayOfWeek value);
}

Property Value

Type: System.Web.UI.WebControls::FirstDayOfWeek

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.

.NET Framework
Available since 1.1
Return to top
Show: