SpecialDatesCollection.Contains Method

WebControls UltimateCalendar

UltimateCalendar Class Library

SpecialDatesCollection.Contains Method 

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

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

Parameters

startDate
The special date to search for in the SpecialDatesCollection.

Return Value

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

See Also

SpecialDatesCollection Class | Karamasoft.WebControls.UltimateCalendar Namespace