corelibraries-devexpress-dot-xtrascheduler-b3da35f4.md
A time interval within a day.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public class TimeOfDayInterval :
ICloneable,
ISupportObjectChanged
Public Class TimeOfDayInterval
Implements ICloneable,
ISupportObjectChanged
The following members return TimeOfDayInterval objects:
Show 17 links
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.
Object TimeOfDayInterval WorkTimeInterval
See Also