Adds multiple TimeInterval elements to this TimeIntervalCollection.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public void AddRange(
	IEnumerable<TimeInterval> timeIntervals
)
Visual Basic (Declaration)
Public Sub AddRange ( _
	timeIntervals As IEnumerable(Of TimeInterval) _
)

Parameters

timeIntervals
Type: System.Collections.Generic..::.IEnumerable<(Of <(TimeInterval>)>)
The TimeInterval elements to add to this TimeIntervalCollection.

See Also