Ex Date Property Collection(IListEx Date Property) 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: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public ExDatePropertyCollection(
IList<ExDateProperty> exDates
)VB
Public Sub New (
exDates As IList(Of ExDateProperty)
)C++
public:
ExDatePropertyCollection(
IList<ExDateProperty^>^ exDates
)F#
new :
exDates : IList<ExDateProperty> -> ExDatePropertyCollectionParameters
- exDates IListExDateProperty
- The IListT of exception dates to add