TimeZoneNamePropertyCollection(IListTimeZoneNameProperty) 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: 2023.1.2.0
public TimeZoneNamePropertyCollection(
	IList<TimeZoneNameProperty> timeZoneNames
)

Parameters

timeZoneNames  IListTimeZoneNameProperty
The IListT of time zone names to add

See Also