Skip to main content

TimeIntervalCollection.End Property

Gets the end date time of the time interval which finishes last in the TimeIntervalCollection.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public DateTime End { get; }

#Property Value

Type Description
DateTime

A DateTime value specifying the end date of the TimeIntervalCollection.

#Remarks

If the collection is empty, then the end of the TimeIntervalCollection is set to MinValue.

See Also