ForecastStartOffset: Integer;
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 value which requires specifying additional number of periods, for example, MsAutoPeriodOptions.ForecastStartAsNow.
The IMsModelPeriod.ForecastStartDateParamID property is set.
The IMsModelPeriod.ForecastStartDate property is set.
The property use is given in the example for IMsModelPeriod.AutoPeriod.
See also: