Skip to main content

TimeOfDayInterval.End Property

Gets or sets the end time of the time of day interval.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public TimeSpan End { get; set; }

Property Value

Type Description
TimeSpan

A TimeSpan value representing the end of the time of day interval.

Remarks

Note: The End property value should be greater than or equal to the TimeOfDayInterval.Start property value, otherwise an exception is raised.

The following code snippets (auto-collected from DevExpress Examples) contain references 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