dotnetCHARTING Send comments on this topic.
Add(TimeInterval[]) Method
See Also 
dotnetCHARTING Namespace > TimeIntervalCollection Class > Add Method : Add(TimeInterval[]) Method


timeIntervalList
A list of TimeInterval objects to add.
Adds the specified TimeInterval objects to this collection.

Syntax

Visual Basic (Declaration)  
Public Overloads Sub Add( _
   ByVal ParamArray timeIntervalList() As TimeInterval _
) 
Visual Basic (Usage) Copy Code
Dim instance As TimeIntervalCollection
Dim timeIntervalList() As TimeInterval
 
instance.Add(timeIntervalList)
C#  
public void Add( 
   params TimeInterval[] timeIntervalList
)

Parameters

timeIntervalList
A list of TimeInterval objects to add.

See Also