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


timeIntervalList
Creates a new instance of TimeIntervalCollection with the specified list of TimeInterval objects.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal ParamArray timeIntervalList() As TimeInterval _
)
Visual Basic (Usage)Copy Code
Dim timeIntervalList() As TimeInterval
 
Dim instance As TimeIntervalCollection(timeIntervalList)
C# 
public TimeIntervalCollection( 
   params TimeInterval[] timeIntervalList
)

Parameters

timeIntervalList

See Also

© 2010 All Rights Reserved.