RecurrencePropertiesDlgGetRecurrence Method

This is used to retrieve the recurrence information into the passed recurrence object

Definition

Namespace: EWSoftware.PDI.Windows.Forms
Assembly: EWSoftware.PDI.Windows.Forms (in EWSoftware.PDI.Windows.Forms.dll) Version: 2023.1.2.0
public void GetRecurrence(
	Recurrence recurrence
)

Parameters

recurrence  Recurrence
The recurrence in which to store the settings.

Exceptions

ArgumentNullExceptionThis is thrown if the passed recurrence object is null

See Also