RDate Property Collection(IListRDate Property) 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: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public RDatePropertyCollection(
IList<RDateProperty> recurDates
)VB
Public Sub New (
recurDates As IList(Of RDateProperty)
)C++
public:
RDatePropertyCollection(
IList<RDateProperty^>^ recurDates
)F#
new :
recurDates : IList<RDateProperty> -> RDatePropertyCollectionParameters
- recurDates IListRDateProperty
- The IListT of recur dates to add