IMsForecast.Combined

Syntax

Combined: ITimeSeries;

Description

The Combined property returns series including date of source series at sample period and of forecasting series at forecasting period.

Comments

If sample and forecasting periods are intersected, forecasting data has higher priority. Thus, the returned series will include truncated date at sample period and full data at forecasting period.

Example

The property use is given in the example for IMsForecastObject.Forecast.

See also:

IMsForecast