Skip to main content

TimeOfDayInterval Class

A time interval within a day.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

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