DisabledDatesCollection.Contains Method

WebControls UltimateCalendar

UltimateCalendar Class Library

DisabledDatesCollection.Contains Method 

Returns a value indicating whether the DisabledDatesCollection contains the specified System.DateTime.

[Visual Basic] Public Function Contains( _
   ByVal date As Date _
) As Boolean
[C#]
public bool Contains(
   DateTime date
);

Parameters

date
The System.DateTime to search for in the DisabledDatesCollection.

Return Value

true if the DisabledDatesCollection contains the specified System.DateTime; otherwise, false.

See Also

DisabledDatesCollection Class | Karamasoft.WebControls.UltimateCalendar Namespace