The members of System.Web.UI.WebControls.SelectedDatesCollection are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.UI.WebControls.SelectedDatesCollection class with the specified date list. |
[read-only] | Count | int.
Gets the number of DateTime objects in the System.Web.UI.WebControls.SelectedDatesCollection collection. |
[read-only] | IsReadOnly | bool.
Gets a value indicating whether the System.Web.UI.WebControls.SelectedDatesCollection collection is read-only. |
[read-only] | IsSynchronized | bool.
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] | SyncRoot | object.
Gets the object that can be used to synchronize access to the System.Web.UI.WebControls.SelectedDatesCollection collection. |
Add(DateTime)
| ||
Clear()
| ||
Contains(DateTime)
| ||
CopyTo(Array, int)
| ||
GetEnumerator()
| ||
Remove(DateTime)
| ||
SelectRange(DateTime, DateTime)
|