MindFusion.Wpf Pack Programmer's Guide
RecurrenceForm.SetRecurrence Method
See Also
 





Sets the recurrence pattern to be edited in the form.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf.StandardForms

 Syntax

C#  Copy Code

public void SetRecurrence (
    Recurrence recurrence,
    DateTime startTime,
    DateTime endTime
)

Visual Basic  Copy Code

Public Sub SetRecurrence( _
    recurrence As Recurrence, _
    startTime As DateTime, _
    endTime As DateTime _
)

 Parameters

recurrence
A reference to the Recurrence object to be selected in the form for editing.
startTime
A .NET DateTime instance specifying the initial start time of the recurrence.
endTime
A .NET DateTime instance specifying the initial end time of the recurrence.

 See Also

RecurrenceForm Members
RecurrenceForm Class
MindFusion.Scheduling.Wpf Namespace