Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing in Development Environment > Description of System Assemblies > Ms > Ms Assembly Interfaces > ITimeSeries > ITimeSeries.StartIndex

ITimeSeries.StartIndex

Syntax

StartIndex: Integer;

Description

The StartIndex property returns start index for series.

Comments

To get the number of series calculation dates, use the formula: ITimeSeries.EndIndex - StartIndex + 1.

Example

The property use is given in the example for ITimeSeries.AlignedDate.

See also:

ITimeSeries