IMsCalculationChainIterator.StartDate

Fore Syntax

StartDate: DateTime;

Fore.NET Syntax

StartDate: System.DateTime;

Description

The StartDate property determines iteration start date.

Comments

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

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

Fore and Fore.NET Examples

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

See also:

IMsCalculationChainIterator