Time Zone Name Property CollectionAdd(String) Method
Add a TimeZoneNameProperty to the collection and assign it the specified 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 TimeZoneNameProperty Add(
string tzId
)VB
Public Function Add (
tzId As String
) As TimeZoneNamePropertyC++
public:
TimeZoneNameProperty^ Add(
String^ tzId
)F#
member Add :
tzId : string -> TimeZoneNameProperty Parameters
- tzId String
- The time zone name value to assign to the new property
Return Value
TimeZoneNamePropertyReturns the new property that was created and added to the collection