VTimeZoneCollectionAddRange Method

Add a range of VTimeZone objects from an enumerable list

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public void AddRange(
	IEnumerable<VTimeZone> timeZones
)

Parameters

timeZones  IEnumerableVTimeZone
The enumerable list of VTimeZone objects

Remarks

This calls the Merge(VTimeZone) method to merge common time zone information. See its documentation for more details.

See Also