Back to Devexpress

SchedulerControl.GoToDate(DateTime) Method

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-dot-gotodate-x28-system-dot-datetime-x29.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public virtual void GoToDate(
    DateTime date
)
vb
Public Overridable Sub GoToDate(
    date As Date
)

Parameters

NameTypeDescription
dateDateTime

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

ShowGotoDateForm

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace