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

item
The day of the week to evaluate.
Determines if a specific day of the week has been added to DbiDaysWeekendCollection.

Syntax

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

Parameters

item
The day of the week to evaluate.

Return Value

This method returns a value of type Boolean, indicating if the day of the week has been added to the collection.

Requirements

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

See Also