Observance RuleRecur Dates 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: 2025.1.9.0
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.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public RDatePropertyCollection RecurDates { get; }VB
Public ReadOnly Property RecurDates As RDatePropertyCollection
GetC++
public:
property RDatePropertyCollection^ RecurDates {
RDatePropertyCollection^ get ();
}F#
member RecurDates : RDatePropertyCollection with getProperty Value
RDatePropertyCollectionIf 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.