DateVectorIndexOf(Date, Int32) Method |
Returns the zero-based index of the first occurrence of a value.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+670447af29d7e7e825b02ff7e655ef2dc84132d2
Syntaxpublic int IndexOf(
Date value,
int from
)
Parameters
- value Date
- The value to locate.
- from Int32
- The zero-based starting index.
Return Value
Int32Index of the first ocurrence, if found;
-1, otherwise.
See Also