Search
Task.getActualStart Method
See Also
 






Gets the task's actual start date.

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

 Syntax

Java  Copy Code

public DateTime getActualStart ()

 Return Value

A DateTime object specifying the task's actual start date. The default is DateTime.MinValue.

 See Also