Search
RecurrenceForm.setRecurrence Method
See Also
 






Sets the recurrence pattern to be edited in the form.

Namespace: com.mindfusion.scheduling.standardforms
Package: com.mindfusion.scheduling.standardforms

 Syntax

Java  Copy Code

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

 Parameters

recurrence

A reference to the Recurrence object to be selected in the form for editing.

startTime

A DateTime instance specifying the initial start time f the recurrence.

endTime

A DateTime instance specifying the initial end time of the recurrence.

 See Also