VTimeZoneCollection.FindIndex Method

Overload List

FindIndex(Predicate<VTimeZone>) Search for the first item that matches the conditions defined by the specified predicate and return its zero-based index.
FindIndex(Int32, Predicate<VTimeZone>) Search for the first item that matches the conditions defined by the specified predicate between the starting index and the end of the collection and return its zero-based index.
FindIndex(Int32, Int32, Predicate<VTimeZone>) Search for the first item that matches the conditions defined by the specified predicate between the starting index and the given number of items and return its zero-based index.

See Also