System.Web.UI.WebControls.SelectedDatesCollection Members

The members of System.Web.UI.WebControls.SelectedDatesCollection are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.SelectedDatesCollection class with the specified date list.

Public Properties

[read-only]
Countint.

Gets the number of DateTime objects in the System.Web.UI.WebControls.SelectedDatesCollection collection.

[read-only]
IsReadOnlybool.

Gets a value indicating whether the System.Web.UI.WebControls.SelectedDatesCollection collection is read-only.

[read-only]
IsSynchronizedbool.

Gets a value indicating whether access to the System.Web.UI.WebControls.SelectedDatesCollection collection is synchronized (thread safe).

[read-only]
default property
Item(int)DateTime. Documentation for this section has not yet been entered.
[read-only]
SyncRootobject.

Gets the object that can be used to synchronize access to the System.Web.UI.WebControls.SelectedDatesCollection collection.

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.