Search
TaskForm.setDates Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setDates (
    DateTime start,
    DateTime due
)

 Parameters

start

A DateTime instance specifying the start date initially displayed in the form.

due

A DateTime instance specifying the due date initially displayed in the form.

 See Also