VFree BusyTime 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 override void TimeZonesUsed(
StringCollection timeZoneIds
)VB
Public Overrides Sub TimeZonesUsed (
timeZoneIds As StringCollection
)C++
public:
virtual void TimeZonesUsed(
StringCollection^ timeZoneIds
) overrideF#
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.