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

TimeInterval() Constructor

Initializes a new instance of the TimeInterval class with default settings.

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

public TimeInterval()

Remarks

In this case the TimeInterval.Duration property will be set to 30 minutes, and the TimeInterval.Start property will be set to MinValue.

See Also