Encapsulates a collection of DateTime objects that represent the selected dates in a System.Web.UI.WebControls.Calendar control. This class cannot be inherited.
See Also: SelectedDatesCollection Members
Use this class to programmatically manage a collection of DateTime objects that represent the selected dates in a System.Web.UI.WebControls.Calendar control. This class is commonly used to add or remove dates from the collection.
This collection stores only whole dates. The time portion of each DateTime is removed. The dates are stored in ascending order. If there are duplicate dates, only one date is stored in the collection.