Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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.

Applies to


Feedback

Was this page helpful?