Back to Devexpress

TimeOfDayIntervalCollection Class

corelibraries-devexpress-dot-xtrascheduler-e7c399fd.md

latest2.2 KB
Original Source

TimeOfDayIntervalCollection Class

Represents a collection of time intervals for a single day.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public class TimeOfDayIntervalCollection :
    DXCollection<TimeOfDayInterval>
vb
Public Class TimeOfDayIntervalCollection
    Inherits DXCollection(Of TimeOfDayInterval)

The following members return TimeOfDayIntervalCollection objects:

Remarks

The TimeOfDayIntervalCollection class provides advanced functionality, compared to a simple collection of TimeInterval objects. All time intervals are arranged according to their order in a day interval, and the properties of the TimeOfDayIntervalCollection are specific to the work time of the day.

Inheritance

Object DXCollectionBase<TimeOfDayInterval> DXCollection<TimeOfDayInterval> TimeOfDayIntervalCollection

See Also

TimeOfDayIntervalCollection Members

DevExpress.XtraScheduler Namespace