Calendar::DayNameFormat Property
Gets or sets the name format for days of the week.
Assembly: System.Web (in System.Web.dll)
public: property DayNameFormat DayNameFormat { DayNameFormat get (); void set (DayNameFormat value); }
<asp:Calendar DayNameFormat="DayNameFormat" />
Property Value
Type: System.Web.UI.WebControls::DayNameFormatOne of the DayNameFormat values. The default value is Short.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The specified day name format is not one of the DayNameFormat values. |
Use the DayNameFormat property to specify the name format for the days of the week. This property is set with one of the DayNameFormat enumeration values. You can specify whether the days of the week are displayed as the full name, short (abbreviated) name, first letter of the day, or first two letters of the day.
This property applies only if the ShowDayHeader property is set to true.
The day names are based on the server's local settings.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.