IMsCalculationChainIterator.EndDate

Syntax

EndDate: DateTime;

Description

The EndDate property determines the end date of the iteration.

Comments

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

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

Example

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

See also:

IMsCalculationChainIterator