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.EndIndex
EndIndex: Integer;
The EndIndex property returns series end index.
To get the number of series calculation dates, use the formula: EndIndex - ITimeSeries.StartIndex + 1.
The property use is given in the example for ITimeSeries.AlignedDate.
See also: