Determines the format for displaying the week day.

Namespace:  C1.Web.UI.Controls.C1Calendar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public enum WeekDayFormat
Visual Basic
Public Enumeration WeekDayFormat

Members

Member nameDescription
FirstLetter Displays the first single letter of the day of the week.
FirstTwoLetters Displays the first two letters of the day of the week.
Abbreviated Displays the abbreviated name of the day of the week.
Full Displays the full name of the day of the week.

See Also