VTimeZoneCollectionMerge Method
This is used to merge a time zone instance into the collection
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public int Merge(
VTimeZone vTimeZone
)
Public Function Merge (
vTimeZone As VTimeZone
) As Integer
public:
int Merge(
VTimeZone^ vTimeZone
)
member Merge :
vTimeZone : VTimeZone -> int
- vTimeZone VTimeZone
- The time zone information to merge with the collection
Int32The index of the merged time zone item
If a time zone object with the same time zone ID does not already exist in the collection,
it is added as-is. If one does exist with the same time zone ID, the rules from the new object are
merged with the existing one if the
MergingEnabled property is set to true. If it is
set to false, the new object is ignored and the existing settings remain unchanged. The index of the
existing entry will still be returned.