DateTimeCollectionAddRange Method

Add a range of DateTime objects from an enumerable list

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public void AddRange(
	IEnumerable<DateTime> dates
)

Parameters

dates  IEnumerableDateTime
The enumerable list of dates to add

See Also