Skip to main content

TimeIntervalCollection.Interval Property

Returns a TimeInterval object specifying a time span of the time interval collection.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public TimeInterval Interval { get; }

#Property Value

Type Description
TimeInterval

A new DevExpress.XtraScheduler.TimeInterval object.

#Remarks

The Interval method creates a new TimeInterval object as a time interval between the TimeIntervalCollection.Start and TimeIntervalCollection.End property values.

See Also