SelectedDatesCollection.Add Method
.NET Framework 3.0
Appends the specified System.DateTime object to the end of the SelectedDatesCollection collection.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The following code example demonstrates how to use the Add method to add a System.DateTime object to a SelectedDatesCollection collection. Note that the SelectedDates property of the Calendar is an instance of the SelectedDatesCollection class.
Community Additions
ADD
Show: