IPrjTask.ForecastPeriod

Syntax

ForecastPeriod: IPrjTaskPeriod;

Description

The ForecastPeriod property determines a forecasting period of task execution.

Comments

If the actual task execution period is set, on project calculation the forecasting task execution period will match the actual one.

If manual planning type is in use and at least two parameters of three are specified: duration of task execution period, task execution start date, task end date, then on project calculation, the forecasting period of task execution will match with the scheduled one. To determine parameters, use properties of the IPrjTaskPeriod interface.

Example

The property use is given in the example for IPrjProject.Tasks.

See also:

IPrjTask