DateTimeCollection(IEnumerableDateTime) Constructor

Construct the collection from an enumerable list of DateTime objects

Definition

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

Parameters

dates  IEnumerableDateTime
The enumerable list of dates to add

See Also