Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule Namespace / C1Schedule Class / GoToDate Method
The System.DateTime value.

In This Topic
    GoToDate Method (C1Schedule)
    In This Topic
    Sets the specified date as the start date of the scheduler, meaning that on this date the scheduler will show its data. This operation doesn't change the type of view.
    Syntax
    'Declaration
     
    Public Sub GoToDate( _
       ByVal date As System.Date _
    ) 
    public void GoToDate( 
       System.DateTime date
    )

    Parameters

    date
    The System.DateTime value.
    See Also