ComponentOne Scheduler for WinForms
GoToDate Method

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Schedule Class : GoToDate Method
The System.DateTime value.
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

Reference

C1Schedule Class
C1Schedule Members