DateRangeCollectionAdd(DateRangeCollection) Method

Add another collection of Date Ranges to this collection.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public void Add(
	DateRangeCollection value
)

Parameters

value  DateRangeCollection
Collection of Date Ranges containing items to add.

See Also