VCalendarTimeZonesUsed 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: 2023.1.2.0
public override void TimeZonesUsed(
	StringCollection timeZoneIds
)

Parameters

timeZoneIds  StringCollection
A StringCollection that will be used to store the list of unique time zone IDs used by the calendar objects.

See Also