Ex Date Property CollectionAdd(Date Time) Method
Add an ExDateProperty to the collection and assign it the specified date/time value
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Returns the new property that was created and added to the collection
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public ExDateProperty Add(
DateTime dt
)VB
Public Function Add (
dt As DateTime
) As ExDatePropertyC++
public:
ExDateProperty^ Add(
DateTime dt
)F#
member Add :
dt : DateTime -> ExDateProperty Parameters
- dt DateTime
- The date/time value to assign to the new property
Return Value
ExDatePropertyReturns the new property that was created and added to the collection