TimeOfDayInterval Class
In This Article
A time interval within a day.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#Related API Members
The following members return TimeOfDayInterval objects:
Show 21 links
#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.
See Also