[]
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.
public void GoToDate(DateTime date)
Public Sub GoToDate([date] As Date)
| Type | Name | Description |
|---|---|---|
| DateTime | date | The DateTime value. |