RecurrencePatternSetRecurrence Method
This is used to initialize the control with settings from an existing recurrence object
Namespace: EWSoftware.PDI.Windows.FormsAssembly: EWSoftware.PDI.Windows.Forms (in EWSoftware.PDI.Windows.Forms.dll) Version: 2023.1.2.0
public void SetRecurrence(
Recurrence recurrence
)
Public Sub SetRecurrence (
recurrence As Recurrence
)
public:
void SetRecurrence(
Recurrence^ recurrence
)
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.