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

  Name Description
Public Constructor TimeIntervalCollection Constructor Creates a new instance of TimeIntervalCollection with the specified list of TimeInterval objects.  
Top

Public Properties

  Name Description
Public Property Capacity (Inherited from System.Collections.CollectionBase)
Public Property Count (Inherited from System.Collections.CollectionBase)
Public Property Item Gets or sets the object at a specified index.  
Top

Public Methods

  Name Description
Public Method Add Overloaded. Adds a specified TimeIntervalCollection to this collection.  
Public Method Clear (Inherited from System.Collections.CollectionBase)
Public Method Contains Determines whether this collection contains a specified TimeInterval.  
Public Method GetEnumerator (Inherited from System.Collections.CollectionBase)
Public Method IndexOf Determines index of a specified TimeInterval in this collection.  
Public Method Insert Inserts a TimeInterval into this collection at a specified index.  
Public Method Remove Removes a specified TimeInterval from this collection.  
Public Method RemoveAt (Inherited from System.Collections.CollectionBase)
Top

Public Operators

See Also