Click or drag to resize

TimeIntervalCollectionTIndexOf Method

Overload List
  NameDescription
Public methodIndexOf(JulianDate)
Finds the index of the TimeInterval in this collection that contains the specified date.
Public methodIndexOf(TimeIntervalT)
Finds the index of a given TimeIntervalT in the collection. This method requires that the given interval exactly match an interval in the collection. Intervals with different time standards, different data, or even slightly different values due to floating point noise will be considered to be different.
Top
See Also