Observance RuleTime Zones Used Method
The observance rule does not allow time zone IDs on its date/time 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.