.netCHARTING v10.5 Documentation


The TimeInterval to find.
Contains Method (TimeIntervalCollection)
Determines whether this collection contains a specified TimeInterval.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal timeInterval As TimeInterval _
) As Boolean
'Usage
 
Dim instance As TimeIntervalCollection
Dim timeInterval As TimeInterval
Dim value As Boolean
 
value = instance.Contains(timeInterval)
public bool Contains( 
   TimeInterval timeInterval
)

Parameters

timeInterval
The TimeInterval to find.

Return Value

true if the specified TimeInterval belongs to this collection; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also