Search
Task.setActualEnd Method
See Also
 






Sets the task's actual completion date.

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

 Syntax

Java  Copy Code

public void setActualEnd (
    DateTime value
)

 Parameters

value

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

 See Also