Application.NewTasksStartOn Method (Project)

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

Version Information

Version Added: Project 2010

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.