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.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public DateTime End { get; }

Property Value

Type Description
DateTime

A DateTime value representing the end date of the TimeIntervalCollection.

Remarks

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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the End property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also