Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / ShowWorkTimeOnly Property

In This Topic
    ShowWorkTimeOnly Property (C1Schedule)
    In This Topic
    Gets or sets the System.Boolean value indicating whether the control should show only working hours in Day and TimeLine views.
    Syntax
    'Declaration
     
    Public Property ShowWorkTimeOnly As System.Boolean
    public System.bool ShowWorkTimeOnly {get; set;}
    See Also