IMsCalculationChainIterator.EndParamID

Fore Syntax

EndParamID: String;

Fore.NET Syntax

EndParamID: string;

Description

The EndParamID property determines parameter which sets iteration end date.

Comments

Iteration end date is set on using calculation by dates, it means the IMsCalculationChainIterator.UseDates property must be set to True.

To set directly iteration end date, use the IMsCalculationChainIterator.EndDate property.

Fore and Fore.NET Examples

The property use is given in the example for IMsCalculationChainIterator.StepParam.

See also:

IMsCalculationChainIterator