Search
Task.getActualEnd Method
See Also
 






Gets the task's actual completion date.

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

 Syntax

Java  Copy Code

public DateTime getActualEnd ()

 Return Value

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

 See Also