CalendarBlackoutDatesCollection.

Contains(DateTime) Method

Summary

Returns a value that represents whether this collection contains the specified date.

Syntax

public bool Contains(DateTime date)

Parameters

Name Type Description
date DateTime The date to search for.

Return Value

Type Description
bool True if the collection contains the specified date; otherwise, false.