Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.96 KB

Project.Application.TaskMoveToStatusDate.md

File metadata and controls

49 lines (29 loc) · 1.96 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.TaskMoveToStatusDate method (Project)
vbapj.chm2290
vbapj.chm2290
project-server
Project.Application.TaskMoveToStatusDate
100ec970-ca52-2ac8-f367-c346c40e4c61
06/08/2017
medium

Application.TaskMoveToStatusDate method (Project)

Moves completed or incomplete parts of one or more selected tasks to the status date.

Syntax

expression. TaskMoveToStatusDate( _MoveCompleted_, _MoveIncomplete_ )

expression An expression that returns an Application object.

Parameters

Name Required/Optional Data type Description
MoveCompleted Optional Boolean True if the completed parts of tasks are moved to the status date; otherwise, False. The default is False.
MoveIncomplete Optional Boolean True if the incomplete parts of tasks are moved to the status date; otherwise, False. The default is True.

Return value

Boolean

Remarks

To set or change the status date, click Project Information on the Project tab on the Ribbon. The Project Information dialog box includes the Status date field. If the status date value is "NA", no status date is set. In that case, the current date is the status date.

If both the MoveCompleted and MoveIncomplete arguments are False, TaskMoveToStatusDate takes no action but still returns True. If both arguments are True, TaskMoveToStatusDate moves only the incomplete parts to the status date.

The TaskMoveToStatusDate method corresponds to the Incomplete Parts to Status Date or Completed Parts to Status Date commands in the Move Task drop-down menu on the TASK ribbon. The TaskMove method corresponds to other commands on the Move Task drop-down menu.

[!includeSupport and feedback]