'Declaration
Public Function Add( _ ByVal value As TimeSpanDisplayField _ ) As Integer
'Usage
Dim instance As TimeSpanDisplayFieldCollection Dim value As TimeSpanDisplayField Dim value As Integer value = instance.Add(value)
public int Add( TimeSpanDisplayField value )
Parameters
- value
- The T to add.
Return Value
The index at which the new element was inserted.