Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / WeekTabFormat Enumeration

In This Topic
    WeekTabFormat Enumeration
    In This Topic
    Determines the content of week tabs in the C1Schedule month view.
    Syntax
    'Declaration
     
    Public Enum WeekTabFormat 
       Inherits System.Enum
    public enum WeekTabFormat : System.Enum 
    Members
    MemberDescription
    FloatingUse long or short date pattern depending on the available space.
    ShortAlways show date range using short date pattern.
    WeekNumberDisplay the week of the year number.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Schedule.WeekTabFormat

    See Also