ObservanceRuleRecurDates Property

This is used to get the Recur Date (RDATE) properties. There may be more than one.

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public RDatePropertyCollection RecurDates { get; }

Property Value

RDatePropertyCollection
If the returned collection is empty, there are no recur date properties for the object. These dates will always be expressed in local time for the time zone.

See Also