Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / C1.Win.C1Schedule Namespace / TimeLineStyleEnum Enumeration

In This Topic
    TimeLineStyleEnum Enumeration
    In This Topic
    Determines the type of the time line to display in the C1Schedule control.
    Syntax
    'Declaration
     
    Public Enum TimeLineStyleEnum 
       Inherits System.Enum
    public enum TimeLineStyleEnum : System.Enum 
    Members
    MemberDescription
    DaysThe time line with 1 day time scale.
    HoursThe time line with time scale, defined by the TimeScale property value.
    Inheritance Hierarchy

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

    See Also