Skip to main content
A newer version of this page is available. .
Tab

CalendarSelection.Remove(DateTime) Method

Removes the specified date from the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public bool Remove(
    DateTime date
)

Parameters

Name Type Description
date DateTime

A DateTime object that specifies the date to remove from the collection.

Returns

Type Description
Boolean

true if the specified date has been successfully removed from the collection; false if the specified date has not been found within the collection.

Implements

See Also