Recurrence Properties DlgSet Recurrence Method
This is used to initialize the dialog box with settings from an existing recurrence object
Definition
Namespace: EWSoftware.PDI.Windows.Forms
Assembly: EWSoftware.PDI.Windows.Forms (in EWSoftware.PDI.Windows.Forms.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Windows.Forms (in EWSoftware.PDI.Windows.Forms.dll) Version: 2025.1.9.0
C#
public void SetRecurrence(
Recurrence recurrence
)VB
Public Sub SetRecurrence (
recurrence As Recurrence
)C++
public:
void SetRecurrence(
Recurrence^ recurrence
)F#
member SetRecurrence :
recurrence : Recurrence -> unit Parameters
- recurrence Recurrence
- The recurrence from which to get the settings. If null, it uses a default daily recurrence pattern.