VTimeZoneCollection(IEnumerableVTimeZone) 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: 2023.1.2.0
public VTimeZoneCollection(
	IEnumerable<VTimeZone> timeZones
)

Parameters

timeZones  IEnumerableVTimeZone
The enumerable list of VTimeZone objects

Remarks

Merging of time zone information is enabled by default

See Also