Skip to main content

IDateTimeNavigationService.GoToDate(DateTime, SchedulerViewType) Method

Displays the specified date using the specified view.

Namespace: DevExpress.XtraScheduler.Services

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

void GoToDate(
    DateTime date,
    SchedulerViewType viewType
)

Parameters

Name Type Description
date DateTime

A System.DateTime value, representing the destination date.

viewType SchedulerViewType

A SchedulerViewType enumeration, specifying the destination Scheduler view .

Remarks

Use this method to navigate to the specified date and show it in the specified View.

See Also