DateTimeCollection.AddRange Method

Add a range of DateTime objects from an enumerable list

Definition

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

Parameters

dates  IEnumerable<DateTime>
The enumerable list of dates to add

See Also