Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.14 KB

Project.Application.NewTasksStartOn.md

File metadata and controls

44 lines (26 loc) · 1.14 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.NewTasksStartOn method (Project)
vbapj.chm2295
vbapj.chm2295
project-server
Project.Application.NewTasksStartOn
c5009674-105e-a861-56f0-4847926d6c36
06/08/2017
medium

Application.NewTasksStartOn method (Project)

Specifies how the start date of a new task is set.

Syntax

expression. NewTasksStartOn( _StartOnDate_ )

expression An expression that returns an Application object.

Parameters

Name Required/Optional Data type Description
StartOnDate Optional PjNewTasksStartOnDate Specifies whether new tasks start on the project date, the current date, or no date. Can be one of the PjNewTasksStartOnDate constants. The default is pjProjectDate.

Return value

Boolean

Remarks

The NewTasksStartOn method corresponds to the New tasks created setting on the Schedule tab of the Project Options dialog box.

[!includeSupport and feedback]