Skip to main content

TimeIntervalCollection.AddRange(ICollection) Method

Adds all items from the specified collection of intervals to the TimeIntervalCollection.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public override void AddRange(
    ICollection intervals
)

Parameters

Name Type Description
intervals ICollection

A collection of TimeInterval objects to add.

See Also