DateTimeInstanceCollectionAddRange Method

Add a range of DateTimeInstance objects from an enumerable list

Definition

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

Parameters

dates  IEnumerableDateTimeInstance
The enumerable list of dates

See Also