VTime Zone Collection(IEnumerableVTime Zone) Constructor
Construct a collection from an enumerable list of VTimeZone objects
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 VTimeZoneCollection(
IEnumerable<VTimeZone> timeZones
)VB
Public Sub New (
timeZones As IEnumerable(Of VTimeZone)
)C++
public:
VTimeZoneCollection(
IEnumerable<VTimeZone^>^ timeZones
)F#
new :
timeZones : IEnumerable<VTimeZone> -> VTimeZoneCollectionParameters
- timeZones IEnumerableVTimeZone
- The enumerable list of VTimeZone objects
Remarks
Merging of time zone information is enabled by default