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