RDatePropertyCollection(IListRDateProperty) Constructor

Construct the collection using a list of RDateProperty objects

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public RDatePropertyCollection(
	IList<RDateProperty> recurDates
)

Parameters

recurDates  IListRDateProperty
The IListT of recur dates to add

See Also