Search
Task.getStartDate Method
See Also
 






Gets the task's start date.

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

 Syntax

Java  Copy Code

public DateTime getStartDate ()

 Return Value

A DateTime object specifying the task's scheduled start time. The default is DateTime.MinValue.

 See Also