Time Zone Name Property Collection(IListTime Zone Name Property) Constructor
Construct the collection using a list of TimeZoneNameProperty objects
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public TimeZoneNamePropertyCollection(
IList<TimeZoneNameProperty> timeZoneNames
)VB
Public Sub New (
timeZoneNames As IList(Of TimeZoneNameProperty)
)C++
public:
TimeZoneNamePropertyCollection(
IList<TimeZoneNameProperty^>^ timeZoneNames
)F#
new :
timeZoneNames : IList<TimeZoneNameProperty> -> TimeZoneNamePropertyCollectionParameters
- timeZoneNames IListTimeZoneNameProperty
- The IListT of time zone names to add