ForecastStartOffset: Integer;
The ForecastStartOffset property determines the number of periods, by which the forecasting period start date is offset.
ForecastStartOffset is taken into account when one of the following conditions is met:
IMsModelPeriod.AutoPeriod uses the value that requires specifying the additional number of periods, for example, MsAutoPeriodOptions.ForecastStartAsNow.
The IMsModelPeriod.ForecastStartDate property is set.
The property use is given in the example for IMsModelPeriod.AutoPeriod.
See also: