VTimeZoneCollection(IEnumerable<VTimeZone>) Constructor

Construct a collection from an enumerable list of VTimeZone objects

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public VTimeZoneCollection(
	IEnumerable<VTimeZone> timeZones
)

Parameters

timeZones  IEnumerable<VTimeZone>
The enumerable list of VTimeZone objects

Remarks

Merging of time zone information is enabled by default

See Also