Calendar.DayNameFormat Property
Assembly: System.Web (in system.web.dll)
public: property DayNameFormat DayNameFormat { DayNameFormat get (); void set (DayNameFormat value); }
/** @property */ public DayNameFormat get_DayNameFormat () /** @property */ public void set_DayNameFormat (DayNameFormat value)
public function get DayNameFormat () : DayNameFormat public function set DayNameFormat (value : DayNameFormat)
Property Value
One of the DayNameFormat values. The default value is Short.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 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.