Skip to main content

TimeInterval() Constructor

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.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