RDatePropertyCollectionAdd(Period) Method
Add an
RDateProperty to the collection and assign it the specified period value
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public RDateProperty Add(
Period p
)
Public Function Add (
p As Period
) As RDateProperty
public:
RDateProperty^ Add(
Period^ p
)
member Add :
p : Period -> RDateProperty
- p Period
- The period value to assign to the new property
RDatePropertyReturns the new property that was created and added to the collection