Adds all items from the specified collection of intervals to the TimeIntervalCollection.
Namespace:DevExpress.XtraScheduler
Assembly:DevExpress.XtraScheduler.v19.2.Core.dll

Syntax
C# |
public override void AddRange(
ICollection intervals
)
|
VB |
Overrides Public Sub AddRange(
ByVal intervals As ICollection
)
|
Parameters
-
intervals
-
Type: ICollection
A collection of TimeInterval objects to add.

See Also