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

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.v18.2.dll

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the GoToDate(DateTime) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also