Observance RuleTime Zone Names Property
This is used to get the Time Zone Name (TZNAME) properties. There may be more than one.
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
If the returned collection is empty, there are no time zone name properties for the object
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public TimeZoneNamePropertyCollection TimeZoneNames { get; }VB
Public ReadOnly Property TimeZoneNames As TimeZoneNamePropertyCollection
GetC++
public:
property TimeZoneNamePropertyCollection^ TimeZoneNames {
TimeZoneNamePropertyCollection^ get ();
}F#
member TimeZoneNames : TimeZoneNamePropertyCollection with getProperty Value
TimeZoneNamePropertyCollectionIf the returned collection is empty, there are no time zone name properties for the object