VTime Zone CollectionMerging Enabled Property
This is used to get or set whether merging of time zone information is disabled
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
If a time zone object with the same time zone ID does not already exist in the collection, it is added as-is regardless of this property's setting. If this property is set to true (the default) and a time zone object does exist with the same time zone ID, the rules from the new object are merged with the existing one. If set to false, no merge will occur and the existing object's settings will remain unchanged. This can be set to false to speed up loading of calendar files and to preserve settings from a common set of time zone objects that you have loaded yourself.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public bool MergingEnabled { get; set; }VB
Public Property MergingEnabled As Boolean
Get
SetC++
public:
property bool MergingEnabled {
bool get ();
void set (bool value);
}F#
member MergingEnabled : bool with get, setProperty Value
BooleanIf a time zone object with the same time zone ID does not already exist in the collection, it is added as-is regardless of this property's setting. If this property is set to true (the default) and a time zone object does exist with the same time zone ID, the rules from the new object are merged with the existing one. If set to false, no merge will occur and the existing object's settings will remain unchanged. This can be set to false to speed up loading of calendar files and to preserve settings from a common set of time zone objects that you have loaded yourself.