System.Web.UI.WebControls.SelectedDatesCollection: Method Members

The methods of System.Web.UI.WebControls.SelectedDatesCollection are listed below. For a list of all members, see the SelectedDatesCollection Members list.

See Also: Inherited members from System.Object

Public Methods

Add(DateTime)

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

Clear()

Removes all DateTime objects from the collection.

Contains(DateTime) : bool

Returns a value indicating whether the System.Web.UI.WebControls.SelectedDatesCollection collection contains the specified DateTime object.

CopyTo(Array, int)

Copies the items from the System.Web.UI.WebControls.SelectedDatesCollection collection to the specified Array, starting with the specified index.

GetEnumerator() : IEnumerator

Returns an IEnumerator-implemented object that contains all DateTime objects within the System.Web.UI.WebControls.SelectedDatesCollection collection.

Remove(DateTime)

Removes the specified DateTime object from the System.Web.UI.WebControls.SelectedDatesCollection collection.

SelectRange(DateTime, DateTime)

Adds the specified range of dates to the System.Web.UI.WebControls.SelectedDatesCollection collection.