Skip to main content
All docs
V18.2

TimeOfDayInterval Class

A time interval within a day.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v18.2.dll

Declaration

public class TimeOfDayInterval :
    ICloneable,
    ISupportObjectChanged

Remarks

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

Implements

Inheritance

Object
TimeOfDayInterval
See Also