Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / EnsureVisibleTime Method

In This Topic
    EnsureVisibleTime Method (C1Schedule)
    In This Topic
    Ensures that the specified time is visible within the control, scrolling the contents if necessary. This method doesn't make sense for MonthView and Office 2003 WeekView modes.
    Syntax
    'Declaration
     
    Public Sub EnsureVisibleTime( _
       ByVal time As System.TimeSpan _
    ) 
    public void EnsureVisibleTime( 
       System.TimeSpan time
    )

    Parameters

    time
    See Also