Determines whether this collection contains a specified TimeInterval.
[Visual Basic]
Public Function Contains( _
ByVal timeInterval As TimeInterval _
) As Boolean
[C#]
public bool Contains(
TimeInterval timeInterval
);
true if the specified TimeInterval belongs to this collection; otherwise, false.
TimeIntervalCollection Class | TimeIntervalCollection Members
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.