EndDate property



The end date of the task.

Syntax

Set:     Task.setEndDate(end)
Get:     end = Task.getEndDate()

Applies to

Task object.

Data type

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

Usage

This property specifies the end date of a task. The starting date of a task is represented by the StartDate property.

See also


StartDate property