TimeIntervalCollection.AddRange(ICollection) Method
In This Article
Adds all items from the specified collection of intervals to the TimeIntervalCollection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
public override void AddRange(
ICollection intervals
)
#Parameters
Name | Type | Description |
---|---|---|
intervals | ICollection | A collection of Time |
See Also