HolidayCollection(IEnumerableHoliday) Constructor

Construct the collection from an enumerable list of Holiday objects

Definition

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

Parameters

holidays  IEnumerableHoliday
The enumerable list of holidays to add

See Also