CalendarView.SelectedDates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of selected dates.
public:
property IVector<DateTime> ^ SelectedDates { IVector<DateTime> ^ get(); };
IVector<DateTime> SelectedDates();
public IList<System.DateTimeOffset> SelectedDates { get; }
var iVector = calendarView.selectedDates;
Public ReadOnly Property SelectedDates As IList(Of DateTimeOffset)
Property Value
A collection that contains the currently selected dates. The default is an empty collection.