SelectedDatesCollection::Remove Method (DateTime)
.NET Framework (current version)
Removes the specified System::DateTime object from the SelectedDatesCollection collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- date
-
Type:
System::DateTime
The System::DateTime to remove from the SelectedDatesCollection.
Use this method to remove the specified System::DateTime object from the SelectedDatesCollection collection.
The following code example demonstrates how to use the Remove method to remove an item from the SelectedDatesCollection collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: