Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CalendarBlackoutDatesCollection::Contains Method (DateTime, DateTime)

 

Returns a value that represents whether this collection contains the specified range of dates.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
bool Contains(
	DateTime start,
	DateTime end
)

Parameters

start
Type: System::DateTime

The start of the date range.

end
Type: System::DateTime

The end of the date range.

Return Value

Type: System::Boolean

true if all dates in the range are contained in the collection; otherwise, false.

.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Return to top
Show:
© 2017 Microsoft