RDatePropertyCollectionAdd(Period) Method

Add an RDateProperty to the collection and assign it the specified period value

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public RDateProperty Add(
	Period p
)

Parameters

p  Period
The period value to assign to the new property

Return Value

RDateProperty
Returns the new property that was created and added to the collection

See Also