RecurrencePatternSetRecurrence 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: 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