Gets the task's start date.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public DateTime getStartDate () |
A DateTime object specifying the task's scheduled start time. The default is DateTime.MinValue.
See Also