SelectedDatesCollection(ArrayList) Construtor

Definição

Inicializa uma nova instância da classe SelectedDatesCollection com a lista de datas especificada.

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)

Parâmetros

dateList
ArrayList

Um ArrayList que representa uma coleção de datas.

Comentários

Use este construtor para criar uma nova instância da SelectedDatesCollection classe.

Observação

Esse construtor é usado principalmente por desenvolvedores de controle ao estender a Calendar classe.

Aplica-se a

Confira também