Skip to main content

TimeOfDayInterval Class

A time interval within a day.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.1.Core.dll

NuGet Package: DevExpress.Scheduler.Core

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.

Inheritance

Object
TimeOfDayInterval
See Also