PeriodCollection(IEnumerablePeriod) Constructor

Construct a collection from an enumerable list of Period objects

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public PeriodCollection(
	IEnumerable<Period> periods
)

Parameters

periods  IEnumerablePeriod
The enumerable list of periods

See Also