Task.ConstraintDate Property
Project Developer Reference |
Returns or sets a constraint date for a task. Read/write Variant.
Syntax
expression.ConstraintDate
expression A variable that represents a Task object.
Example
The following example sets the constraint type to SNET and the constraint date to the current date for tasks in the active project with the default constraint of ASAP.
Visual Basic for Applications |
---|
|
See Also