dotnetCHARTING Send comments on this topic.
TimeIntervalCollection Class Members
See Also  Properties  Methods 
dotnetCHARTING Namespace : TimeIntervalCollection Class


The following tables list the members exposed by TimeIntervalCollection.

Public Constructors

 NameDescription
Public ConstructorTimeIntervalCollection ConstructorCreates a new instance of TimeIntervalCollection with the specified list of TimeInterval objects.  
Top

Public Properties

 NameDescription
Public PropertyCapacity (Inherited from System.Collections.CollectionBase)
Public PropertyCount (Inherited from System.Collections.CollectionBase)
Public PropertyItemGets or sets the object at a specified index.  
Top

Public Methods

 NameDescription
Public MethodAddOverloaded. Adds a specified TimeIntervalCollection to this collection.  
Public MethodClear (Inherited from System.Collections.CollectionBase)
Public MethodContainsDetermines whether this collection contains a specified TimeInterval.  
Public MethodGetEnumerator (Inherited from System.Collections.CollectionBase)
Public MethodIndexOfDetermines index of a specified TimeInterval in this collection.  
Public MethodInsertInserts a TimeInterval into this collection at a specified index.  
Public MethodRemoveRemoves a specified TimeInterval from this collection.  
Public MethodRemoveAt (Inherited from System.Collections.CollectionBase)
Top

Public Operators

See Also