'Declaration
Public Function IndexOf( _ ByVal value As DateDisplayField _ ) As Integer
'Usage
Dim instance As DateTimeDisplayFieldCollection Dim value As DateDisplayField Dim value As Integer value = instance.IndexOf(value)
public int IndexOf( DateDisplayField value )
Parameters
- value
- The T to locate in the collection.
Return Value
The index in the collection of the specified object, if found; otherwise, -1.