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

TimeOfDayInterval Class

A time interval within a day.

Namespace: DevExpress.XtraScheduler

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

Declaration

[TypeConverter(typeof(TimeSpanIntervalConverter<TimeOfDayInterval>))]
public class TimeOfDayInterval :
    ICloneable,
    ISupportObjectChanged

Remarks

The TimeOfDayInterval class represents a time interval within a single day. This class declares the TimeOfDayInterval.Start, TimeOfDayInterval.End and TimeOfDayInterval.Duration properties which respectively specify the start time, end time and duration of the time interval inside a day.

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

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.

Inheritance

Object
TimeOfDayInterval
See Also