HolidayCollection(IEnumerable<Holiday>) Constructor

Construct the collection from an enumerable list of Holiday objects

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
public HolidayCollection(
	IEnumerable<Holiday> holidays
)

Parameters

holidays  IEnumerable<Holiday>
The enumerable list of holidays to add

See Also