VTimeZoneCollection(IEnumerableVTimeZone) Constructor
Construct a collection from an enumerable list of
VTimeZone objects
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public VTimeZoneCollection(
IEnumerable<VTimeZone> timeZones
)
Public Sub New (
timeZones As IEnumerable(Of VTimeZone)
)
public:
VTimeZoneCollection(
IEnumerable<VTimeZone^>^ timeZones
)
new :
timeZones : IEnumerable<VTimeZone> -> VTimeZoneCollection
Parameters
- timeZones IEnumerableVTimeZone
- The enumerable list of VTimeZone objects
Merging of time zone information is enabled by default