Recurrence PatternSet Recurrence Method
This is used to initialize the control with settings from an existing 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 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.