dbicDate Send comments on this topic.
Contains Method
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > dbiDayFormatCollection Class : Contains Method

item
The Dbi.PIM.dbiDayFormat to locate in the collection.
Determines if a specific item exists in the collection.

Syntax

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

Parameters

item
The Dbi.PIM.dbiDayFormat to locate in the collection.

Return Value

This method returns a value of type Boolean, indicating if the specified item exists in the collection.  A value of true is returned when the item exists, otherwise, false.

Requirements

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

See Also