RecurrencePropertiesDlgSetRecurrence 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: 2023.1.2.0
public void SetRecurrence(
	Recurrence recurrence
)

Parameters

recurrence  Recurrence
The recurrence from which to get the settings. If null, it uses a default daily recurrence pattern.

See Also