ASPxScheduler.GoToDate(DateTime) Method
Sets the specified date as the start date of the scheduler.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
date | DateTime | A DateTime value specifying the new start date. |
Remarks
The scheduler’s start date is the date on which the scheduler shows its data according to its ASPxScheduler.ActiveView. Use the ASPxScheduler.GoToDate method with the viewType parameter to set the new start date value, and show the scheduler’s data using the specified view.
See Also