Skip to main content
A newer version of this page is available. .

TimeOfDayInterval.Start Property

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

Namespace: DevExpress.XtraScheduler

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

Declaration

[XtraSerializableProperty]
public TimeSpan Start { get; set; }

Property Value

Type Description
TimeSpan

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

Remarks

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

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