IMsModelPeriod

Assembly: Ms;

Description

The IMsModelPeriod interface contains properties that are used to determine sample and forecasting periods.

Inheritance Hierarchy

          IMsModelPeriod

Comments

If the period limits are specified incorrectly, they are changed automatically in the following way:

Where:

NOTE. In the above-listed cases, the warning about incorrectly set calculation limits is displayed, and the model is calculated by the changed period limits.

If ForecastEnd < IdentStart, borders of periods are not changed, the message about incorrect calculation borders appears, the calculation of the model is not interrupted, but the output series is not changed.

Properties

  Property name Brief description

AllowForecastBeforeIdent

The AllowForecastBeforeIdent property determines whether forecasting period is available before sample period.

AutoPeriod

The AutoPeriod property determines the conditions that are used to calculate start and end dates of sample and forecasting periods.

ForecastAutoEndDate

The ForecastAutoEndDate property returns forecasting period end date if conditions are used for calculating of model calculation period limits.

ForecastAutoStartDate

The ForecastAutoStartDate property returns forecasting period start date if conditions are used for calculating of model calculation period limits.

ForecastEndDate

The ForecastEndDate property determines forecasting period end date.

ForecastEndDateCoord

The ForecastEndDateCoord property determines settings of the coordinate that sets forecasting period end date.

ForecastEndDateParam

The ForecastEndDateParam property determines binding settings for the parameter that sets forecasting period end date.

ForecastEndOffset

The ForecastEndOffset property determines the number of periods, by which the forecasting period end date is offset.

ForecastStartDate

The ForecastStartDate property determines forecasting period start date.

ForecastStartDateCoord

The ForecastStartDateCoord property determines settings of the coordinate that sets forecasting period start date.

ForecastStartDateParam

The ForecastStartDateParam property determines binding settings for the parameter that sets forecasting period start date.

ForecastStartOffset

The ForecastStartOffset property determines the number of periods, by which the forecasting period start date is offset.

IdentificationAutoEndDate

The IdentificationAutoEndDate property returns sample period end date if conditions are used for calculating of model calculation period limits.

IdentificationAutoStartDate

The IdentificationAutoStartDate property returns sample period start date if conditions are used for calculating of model calculation period limits.

IdentificationEndDate

The IdentificationEndDate property determines the sample period end date.

IdentificationEndDateCoord

The IdentificationEndDateCoord property determines settings of the coordinate that sets sample period end date.

IdentificationEndDateParam

The IdentificationEndDateParam property determines binding settings for the parameter that sets sample period end date.

IdentificationEndOffset

The IdentificationEndOffset property determines the number of periods by which the sample period end date is offset.

IdentificationStartDate

The IdentificationStartDate property determines the sample period start date.

IdentificationStartDateCoord

The IdentificationStartDateCoord property determines settings of the coordinate that sets sample period start date.

IdentificationStartDateParam

The IdentificationStartDateParam property determines binding settings for the parameter that sets sample period start date.

IdentificationStartOffset

The IdentificationStartOffset property determines the number of periods by which the sample period start date is offset.

UseForecastStart

The UseForecastStart property determines whether forecast start date should be used.

Methods

  Method name Brief description

Assign

The Assign method copies parameters of the specified period to the current period

AutoPeriodDates

The AutoPeriodDates method returns limits of model calculation period if conditions are used for calculating start and end dates of sample and forecasting periods.

GetLevelDate

The ObtainLevelDate method returns start date and time for selected period.

GetPeriodSize

The ObtainPeriodSize method returns the number of periods in selected time span.

See also:

Ms Assembly Interfaces