TimeIntervalCollectionIndexOf Method |
Name | Description | |
---|---|---|
IndexOf(JulianDate) |
Finds the index of the TimeInterval in this collection
that contains the specified date.
| |
IndexOf(TimeInterval) |
Finds the index of a given TimeInterval in the collection. This method requires
that the given interval exactly match an interval in the collection. Intervals with
different time standards or even slightly different values due to floating point noise
will be considered to be different.
|