Calendar.DayNameFormat Property
.NET Framework 3.0
Gets or sets the name format for days of the week.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
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)
Not applicable.
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.
Community Additions
ADD
Show: