System.Web.UI.WebControls.SelectedDatesCollection.Add Method

Appends the specified DateTime object to the end of the System.Web.UI.WebControls.SelectedDatesCollection collection.

Syntax

public void Add (DateTime date)

Parameters

date
The DateTime to add to the collection.

Remarks

Use this method to add the specified DateTime object to the end of the System.Web.UI.WebControls.SelectedDatesCollection collection.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0