VTimeZoneCollectionAdd Method
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public void Add(
VTimeZone item
)
Public Sub Add (
item As VTimeZone
)
public:
virtual void Add(
VTimeZone^ item
) sealed
abstract Add :
item : VTimeZone -> unit
override Add :
item : VTimeZone -> unit
- item VTimeZone
- The VTimeZone object to add
ICollectionTAdd(T) This calls the
Merge(VTimeZone) method to merge common time zone information. See its
documentation for more details.