Recurrence PatternGet Recurrence Method
This is used to retrieve the recurrence information into the passed recurrence object
Definition
Namespace: EWSoftware.PDI.Web.Controls
Assembly: EWSoftware.PDI.Web.Controls (in EWSoftware.PDI.Web.Controls.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Web.Controls (in EWSoftware.PDI.Web.Controls.dll) Version: 2025.1.9.0
C#
public void GetRecurrence(
Recurrence recurrence
)VB
Public Sub GetRecurrence (
recurrence As Recurrence
)C++
public:
void GetRecurrence(
Recurrence^ recurrence
)F#
member GetRecurrence :
recurrence : Recurrence -> unit Parameters
- recurrence Recurrence
- The recurrence in which to store the settings.
Exceptions
| ArgumentNullException | This is thrown if the passed recurrence object is null |