Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 856 Bytes

Project.task.isdurationvalid.md

File metadata and controls

33 lines (18 loc) · 856 Bytes
title ms.service ms.assetid ms.date ms.localizationpriority
Task.IsDurationValid property (Project)
project-server
303c5cab-b83a-37b6-c1da-207e91c45a86
06/08/2017
medium

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

[!includeSupport and feedback]