StartIndex: Integer;
The StartIndex property returns start index for series.
To get the number of series calculation dates, use the formula: ITimeSeries.EndIndex - StartIndex + 1.
The property use is given in the example for ITimeSeries.AlignedDate.
See also: