SelectedDatesCollection.SelectedDatesCollection Constructor
.NET Framework 3.0
Initializes a new instance of the SelectedDatesCollection class with the specified date list.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public SelectedDatesCollection ( ArrayList dateList )
public function SelectedDatesCollection ( dateList : ArrayList )
Not applicable.
Parameters
- dateList
An System.Collections.ArrayList that represents a collection of dates.
Use this constructor to create a new instance of the SelectedDatesCollection class.
Note: |
|---|
| This constructor is primarily used by control developers when extending the Calendar class. |
Community Additions
ADD
Show:
Note: