CalendarSelection.Remove(DateTime) Method
Removes the specified date from the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
date | DateTime | A DateTime object that specifies the date to remove from the collection. |
Returns
Type | Description |
---|---|
Boolean |
|
See Also