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

In This Topic
    FirstVisibleTime Property (C1ScheduleSettings)
    In This Topic
    Gets or sets the System.TimeSpan value representing the first visible time slot in a Day/Working Week/Week/TimeLine views.
    Syntax
    'Declaration
     
    Public Property FirstVisibleTime As System.TimeSpan
    public System.TimeSpan FirstVisibleTime {get; set;}
    Remarks
    This property affects only initial scroll position.
    See Also