ExDatePropertyCollection(IListExDateProperty) Constructor

Construct the collection using a list of ExDateProperty objects

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public ExDatePropertyCollection(
	IList<ExDateProperty> exDates
)

Parameters

exDates  IListExDateProperty
The IListT of exception dates to add

See Also