Task.IsFinishValid property (Project)

True if the finish date of a manually scheduled task is valid; otherwise, False. Read-only Boolean.

Syntax

expression. IsFinishValid

expression An expression that returns a Task object.

Remarks

The finish date of a manually scheduled task can be valid even though the start date and duration are invalid (empty).

To check the start date and duration, use the IsStartValid 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.