IMsCalculationChainIterator.StartDate

Syntax

StartDate: DateTime;

Description

The StartDate property determines iteration start date.

Comments

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

To set iteration start date using parameter, use the IMsCalculationChainIterator.StartParamID property.

Example

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

See also:

IMsCalculationChainIterator