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.v19.1.Core.dll

Declaration

public override void AddRange(
    ICollection intervals
)

Parameters

Name Type Description
intervals ICollection

A collection of TimeInterval objects to add.

See Also