Copies the items from the System.Web.UI.WebControls.SelectedDatesCollection collection to the specified Array, starting with the specified index.
- array
- A zero-based Array that receives the copied items from the System.Web.UI.WebControls.SelectedDatesCollection.
- index
- The first index in the specified Array to receive the items.
Use this method to copy the contents of the System.Web.UI.WebControls.SelectedDatesCollection collection into the specified Array, starting at the specified index.
The array parameter must be a zero-based Array.