dbicMonth Send comments on this topic.
Contains Method
See Also 
dbicMonth Assembly > Dbi.WinControl.Month Namespace > DateTimeCollection Class : Contains Method

item
DateTime
Determines if a Date is found within the collection.

Syntax

Visual Basic (Declaration) 
Public Function Contains( _
   ByVal item As Date _
) As Boolean
C# 
public bool Contains( 
   DateTime item
)

Parameters

item
DateTime

Return Value

True if date found, False if date is not in the collection.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also