VTimeZoneCollectionAdd Method

Add a VTimeZone to the collection

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public void Add(
	VTimeZone item
)

Parameters

item  VTimeZone
The VTimeZone object to add

Implements

ICollectionTAdd(T)

Remarks

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

See Also