Task.IsStartValid property (Project)
True if the start date of a manually scheduled task is valid; otherwise, False. Read-only Boolean.
Syntax
expression. IsStartValid
expression An expression that returns a Task object.
Remarks
The start date of a manually scheduled task can be valid even though the finish date and duration are invalid (empty).
To check the finish date and duration, use the IsFinishValid property and the IsDurationValid property.
Property value
VARIANT
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.