ComponentOne Calendar for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Calendar Namespace / WeekDayFormat Enumeration

In This Topic
    WeekDayFormat Enumeration
    In This Topic
    Determines the format for displaying the week day.
    Syntax
    'Declaration
     
    Public Enum WeekDayFormat 
       Inherits System.Enum
    public enum WeekDayFormat : 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