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