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


timeIntervalCollection
The TimeIntervalCollection to add.
Adds a specified TimeIntervalCollection to this collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Add( _
   ByVal timeIntervalCollection As TimeIntervalCollection _
) 
Visual Basic (Usage)Copy Code
Dim instance As TimeIntervalCollection
Dim timeIntervalCollection As TimeIntervalCollection
 
instance.Add(timeIntervalCollection)
C# 
public void Add( 
   TimeIntervalCollection timeIntervalCollection
)

Parameters

timeIntervalCollection
The TimeIntervalCollection to add.

See Also

© 2010 All Rights Reserved.