Search
RecurrenceForm.setDate Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setDate (
    DateTime date
)

 Parameters

date

A DateTime object specifying the start and end time of the recurrence displayed in the form.

 See Also