VTo Do CollectionTime Zones Used Method
This is used to get a list of time zones used by all owned 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 void TimeZonesUsed(
StringCollection timeZoneIds
)VB
Public Sub TimeZonesUsed (
timeZoneIds As StringCollection
)C++
public:
void TimeZonesUsed(
StringCollection^ timeZoneIds
)F#
member TimeZonesUsed :
timeZoneIds : StringCollection -> unit Parameters
- timeZoneIds StringCollection
- A StringCollection that will be used to store the list of unique time zone IDs used by the calendar objects.