Search
Task.setDueDate Method
See Also
 






Sets the task's due date.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public void setDueDate (
    DateTime value
)

 Parameters

value

A DateTime object specifying the task's sue date. The default is DateTime.MaxValue.

 See Also