SelectedDatesCollection.Contains Method
.NET Framework 3.0
Returns a value indicating whether the SelectedDatesCollection collection contains the specified System.DateTime object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public boolean Contains ( DateTime date )
public function Contains ( date : DateTime ) : boolean
Not applicable.
Parameters
- date
The System.DateTime to search for in the SelectedDatesCollection.
Return Value
true if the SelectedDatesCollection contains the specified System.DateTime; otherwise, false.Community Additions
ADD
Show: