CalendarObjectTimeZonesUsed Method
This is used to get a list of time zones used by all owned objects
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public abstract void TimeZonesUsed(
StringCollection timeZoneIds
)
Public MustOverride Sub TimeZonesUsed (
timeZoneIds As StringCollection
)
public:
virtual void TimeZonesUsed(
StringCollection^ timeZoneIds
) abstract
abstract 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.