TimeIntervalCollection.AddRange(ICollection) Method
Adds all items from the specified collection of intervals to the TimeIntervalCollection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
intervals | ICollection | A collection of TimeInterval objects to add. |
See Also