IdentificationEndDateParamID: String;
The IdentificationEndDateParamID property determines identifier of the parameter that sets sample period end date.
If the parameter is not set or not found, the date is determined by the IMsModelPeriod.IdentificationEndDate property.
The parameter value can be:
Date.
Number, corresponds to year. Year must be entered in a format of four-unit integer positive number. Minimum value: 1850. For example: parameter is equal to 2011. In any frequency it is corresponds to date 01.01.2011.
String. General view of a string for annual, semi-annual, quarterly and monthly frequency: <number of year><parameter that determines the frequency><Month/quarter/semi-year number>. Parameters that determine the frequency are the following:
A. Years.
S. Half-years.
Q. Quarters.
M. Months.
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.
The property use is given in the example for IMsModelPeriod.ForecastEndDateParamID.
See also: