VTime Zone CollectionAdd Range Method
Add a range of VTimeZone objects from an enumerable list
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public void AddRange(
IEnumerable<VTimeZone> timeZones
)VB
Public Sub AddRange (
timeZones As IEnumerable(Of VTimeZone)
)C++
public:
void AddRange(
IEnumerable<VTimeZone^>^ timeZones
)F#
member AddRange :
timeZones : IEnumerable<VTimeZone> -> unit Parameters
- timeZones IEnumerableVTimeZone
- The enumerable list of VTimeZone objects
Remarks
This calls the Merge(VTimeZone) method to merge common time zone information. See its
documentation for more details.