ForecastStartDateOffset: Integer;
The ForecastStartDateOffset property determines the number of periods to shift the forecasting period start date.
ForecastStartDateOffset is taken into account if IFormulaTransformModel.AutoPeriod uses one of the following values of the TransformModelAutoPeriodOptions enumeration:
ForecastStartAsNow.
ForecastStartByForecastEnd.
ForecastStartByIdentEnd.
ForecastStartbyIdentStart.
The property use is given in the example for IFormulaTransformModel.AutoPeriod.
See also: