DateTimeCollection(IEnumerable<DateTime>) Constructor

Construct the collection from an enumerable list of DateTime objects

Definition

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

Parameters

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

See Also