Skip to main content

SchedulerControl.GoToDate(DateTime) Method

Sets the specified date as the start date of the scheduler, meaning that on this date the scheduler will show its data.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public virtual void GoToDate(
    DateTime date
)

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 SchedulerControl.ActiveView. Use the GoToDate method which has a viewType parameter to change the view for the new start date value.

See Also