corelibraries-devexpress-dot-xtrascheduler-2ae4dc9d.md
A collection of time intervals.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public class TimeIntervalCollection :
SchedulerCollectionBase<TimeInterval>,
ICloneable
Public Class TimeIntervalCollection
Inherits SchedulerCollectionBase(Of TimeInterval)
Implements ICloneable
The following members return TimeIntervalCollection objects:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | FreeTimeCalculator.CalculateFreeTime(TimeInterval, Resource) |
| FreeTimeCalculator.CalculateFreeTime(TimeInterval) | |
| SchedulerPrintAdapter.GetTimeIntervals() | |
| TimeInterval.Subtract(TimeInterval) | |
| TimeIntervalCollection.Clone() | |
| TimeIntervalsValidationEventArgs.Intervals | |
| WinForms Controls | SchedulerViewBase.GetVisibleIntervals() |
| SchedulerViewInfoBase.VisibleIntervals | |
| ASP.NET Web Forms Controls | SchedulerViewBase.GetVisibleIntervals() |
The TimeIntervalCollection represents a collection of TimeInterval objects. The properties and methods declared by this class can be used to perform common collection operations such as adding new or deleting existing items. Individual items can be accessed using indexer notation.
The TimeIntervalCollection class also serves as a base for the collections that contain time intervals of different types.
Show 11 items
Object DXCollectionBase<TimeInterval> DXCollection<TimeInterval> NotificationCollection<TimeInterval> DevExpress.XtraScheduler.SchedulerCollectionBase<TimeInterval> TimeIntervalCollection TimeIntervalCollectionEx
FixedDurationIntervalCollection
See Also