VTime ZoneObservance Rules Property
This is used to get the observance rules (STANDARD and DAYLIGHT) used by the time zone component.
There may be more than one of each.
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 ObservanceRuleCollection ObservanceRules { get; }VB
Public ReadOnly Property ObservanceRules As ObservanceRuleCollection
GetC++
public:
property ObservanceRuleCollection^ ObservanceRules {
ObservanceRuleCollection^ get ();
}F#
member ObservanceRules : ObservanceRuleCollection with get