PeriodCollection(IEnumerable<Period>) Constructor

Construct a collection from an enumerable list of Period objects

Definition

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

Parameters

periods  IEnumerable<Period>
The enumerable list of periods

See Also