Task.IsDurationValid property (Project)

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

Syntax

expression. IsDurationValid

expression An expression that returns a Task object.

Remarks

A manually scheduled task must have a valid start date and finish date for the duration to be valid.

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