SelectedDatesCollection(ArrayList) 建構函式

定義

使用指定的日期清單來初始化 SelectedDatesCollection 類別的新執行個體。

public:
 SelectedDatesCollection(System::Collections::ArrayList ^ dateList);
public SelectedDatesCollection (System.Collections.ArrayList dateList);
new System.Web.UI.WebControls.SelectedDatesCollection : System.Collections.ArrayList -> System.Web.UI.WebControls.SelectedDatesCollection
Public Sub New (dateList As ArrayList)

參數

dateList
ArrayList

ArrayList,表示日期的集合。

備註

使用此建構函式來建立 類別的新實例 SelectedDatesCollection

注意

此建構函式主要是在擴充 Calendar 類別時由控制項開發人員使用。

適用於

另請參閱