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