IMsCalculationChainIterator.EndDate

Fore Syntax

EndDate: DateTime;

Fore.NET Syntax

EndDate: System.DateTime;

Description

The EndDate property determines the end date of the iteration.

Comments

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

To set iteration end date using parameter, use the IMsCalculationChainIterator.EndParamID property.

Fore and Fore.NET Examples

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

See also:

IMsCalculationChainIterator