IMsModelPeriod.IdentificationEndDateParamID

Syntax

IdentificationEndDateParamID: String;

Description

The IdentificationEndDateParamID property determines identifier of the parameter that sets sample period end date.

Comments

If the parameter is not set or not found, the date is determined by the IMsModelPeriod.IdentificationEndDate property.

The parameter value can be:

For example, 2010M09 corresponds to September 2010, and 2009Q4 to the fourth quarter of 2009.

Weekly and daily frequencies are set in the following format: DD.MM.YYYY. For weekly frequency the W prefix must be used before setting days; for daily frequency the D prefix can be used.

For example, W01.01.2011 corresponds to the weekly frequency, 02.01.2011 and D06.04.2011 correspond to daily one.

Example

The property use is given in the example for IMsModelPeriod.ForecastEndDateParamID.

See also:

IMsModelPeriod