Calendar.FirstDayOfWeek Property
.NET Framework 2.0
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)
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.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 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.
Community Additions
ADD
Show: