Skip to main content
A newer version of this page is available. .

TimeIntervalCollection.AddRange(ICollection) Method

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

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

public override void AddRange(
    ICollection intervals
)

Parameters

Name Type Description
intervals ICollection

A collection of TimeInterval objects to add.

See Also