Skip to main content
Tab

CalendarSelection.Contains(DateTime) Method

Determines whether the collection contains the specified date.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool Contains(
    DateTime date
)

Parameters

Name Type Description
date DateTime

A DateTime object to locate in the collection.

Returns

Type Description
Boolean

true if the collection contains the specified date; otherwise, false.

Implements

See Also