Search
RecurrenceForm.setDates Method
See Also
 






Sets the dates to be used to initialize the form if no recurrence is initially set.

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

 Syntax

Java  Copy Code

public void setDates (
    DateTime start,
    DateTime end
)

 Parameters

start

A DateTime instance specifying the start time of the recurrence.

end

A DateTime instance specifying the end time of the recurrence.

 See Also