dotnetCHARTING Send comments on this topic.
Remove Method
See Also 
dotnetCHARTING Namespace > TimeIntervalCollection Class : Remove Method


timeInterval
The TimeInterval to remove.
Removes a specified TimeInterval from this collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal timeInterval As TimeInterval _
) 
Visual Basic (Usage)Copy Code
Dim instance As TimeIntervalCollection
Dim timeInterval As TimeInterval
 
instance.Remove(timeInterval)
C# 
public void Remove( 
   TimeInterval timeInterval
)

Parameters

timeInterval
The TimeInterval to remove.

See Also

© 2010 All Rights Reserved.