Skip to main content
A newer version of this page is available. .

IDateTimeNavigationService.GoToDate(DateTime, SchedulerViewType) Method

Displays the specified date using the specified view.

Namespace: DevExpress.XtraScheduler.Services

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

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