StartDate property



The starting date of the task.

Syntax

Set:     Task.setStartDate(start)
Get:     start = Task.getStartDate()

Applies to

Task object.

Data type

Date. The start value references a Date object that specifies the starting date of the task.

Usage

This property specifies the starting date of a task. The end date of a task is specified by the EndDate property of that task.

See also


EndDate property