VTimeZoneCollectionMergingEnabled Property
This is used to get or set whether merging of time zone information is disabled
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public bool MergingEnabled { get; set; }
Public Property MergingEnabled As Boolean
Get
Set
public:
property bool MergingEnabled {
bool get ();
void set (bool value);
}
member MergingEnabled : bool with get, set
Property 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.