SelectedDatesCollection.Remove Method
.NET Framework 3.0
Removes the specified System.DateTime object from the SelectedDatesCollection collection.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public void Remove ( DateTime date )
public function Remove ( date : DateTime )
Not applicable.
Parameters
- date
The System.DateTime to remove from the SelectedDatesCollection.
Community Additions
ADD
Show: