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