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