SelectedDatesCollection Constructor (ArrayList^)

 

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)

public:
SelectedDatesCollection(
	ArrayList^ dateList
)

Parameters

dateList
Type: System.Collections::ArrayList^

An System.Collections::ArrayList that represents a collection of dates.

Use this constructor to create a new instance of the SelectedDatesCollection class.

System_CAPS_noteNote

This constructor is primarily used by control developers when extending the Calendar class.

.NET Framework
Available since 1.1
Return to top
Show: