VFreeBusyTimeZonesUsed 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 override void TimeZonesUsed(
StringCollection timeZoneIds
)
Public Overrides Sub TimeZonesUsed (
timeZoneIds As StringCollection
)
public:
virtual void TimeZonesUsed(
StringCollection^ timeZoneIds
) override
abstract TimeZonesUsed :
timeZoneIds : StringCollection -> unit
override 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.