SelectedDatesCollection::Remove Method (DateTime)

 

Removes the specified System::DateTime object from the SelectedDatesCollection collection.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
void Remove(
	DateTime date
)

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: