System.Web.UI.WebControls.DayNameFormat Enumeration

Specifies the display format for the days of the week on a System.Web.UI.WebControls.Calendar control.

Syntax

public enum DayNameFormat

Remarks

The System.Web.UI.WebControls.DayNameFormat enumeration represents the display formats for the days of the week in a System.Web.UI.WebControls.Calendar control.

Note:

In some cultures, DayNameFormat.FirstLetter and DayNameFormat.FirstTwoLetter display identical values for one or more days of the week. In these cultures, consider using DayNameFormat.Shortest, which displays the shortest abbreviation possible without using identical abbreviations.

Members

Member NameDescription
FirstLetter

The days of the week displayed with just the first letter. For example, M represents Monday.

FirstTwoLetters

The days of the week displayed with just the first two letters. For example, Mo represents Monday.

Full

The days of the week displayed in full format. For example, Monday.

Short

The days of the week displayed in abbreviated format. For example, Mon represents Monday.

Shortest

The days of the week displayed in the shortest abbreviation format possible for the current culture.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0