Enum DayNameFormat
Specifies the display formats for the days of the week used as selectors by RadCalendar.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.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum DayNameFormat
FirstLetter
The days of the week displayed with just the first letter. For example, T.
FirstTwoLetters
The days of the week displayed with just the first two letters. For example, Tu.
Full
The days of the week displayed in full format. For example, Tuesday.
Short
The days of the week displayed in abbreviated format. For example, Tues.
Shortest
The shortest unique abbreviated day names associated with the current DateTimeFormatInfo object.