C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Calendar Namespace / WeekDayFormat Enumeration

WeekDayFormat Enumeration
Determines the format for displaying the week day.
Syntax
'Declaration
 
Public Enum WeekDayFormat 
   Inherits System.Enum
 
Members
MemberDescription
AbbreviatedDisplays the abbreviated name of the day of the week.
FirstLetterDisplays the first single letter of the day of the week.
FullDisplays the full name of the day of the week.
ShortDisplays the first two letters of the day of the week.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1Calendar.WeekDayFormat

See Also