Gets the number of System.DateTime objects in the SelectedDatesCollection collection.
Namespace: System.Web.UI.WebControls Assembly: System.Web (in system.web.dll)
Use this property to determine the number of dates in the SelectedDatesCollection collection. The Count property is often used when iterating through the collection to determine the upper bound.
The following code example demonstrates how to use to the Count property to determine the number of dates in the SelectedDatesCollection collection. Note that the SelectedDates property of the Calendar control is an instance of the SelectedDatesCollection class.
Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.