Search
Task.getDueDate Method
See Also
 






Gets the task's due date.

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

 Syntax

Java  Copy Code

public DateTime getDueDate ()

 Return Value

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

 See Also