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, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.