Search
Task.setStartDate Method
See Also
 






Sets the task's start date.

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

 Syntax

Java  Copy Code

public void setStartDate (
    DateTime value
)

 Parameters

value

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

 See Also