CalendarView.SelectedDates property

Gets a collection of selected dates.

Syntax

public IList<DateTimeOffset> SelectedDates { get; }
Public ReadOnly Property SelectedDates As IList(Of DateTimeOffset)
public:
property IVector<DateTime>^ SelectedDates { 
   IVector<DateTime>^ get();
}

Property value

Type: IVector<DateTime> [C++] | System.Collections.Generic.IList<DateTime> [.NET]

A collection that contains the currently selected dates. The default is an empty collection.

Requirements

Minimum supported client

Windows 10 Technical Preview

Minimum supported server

Windows Server Technical Preview

Minimum supported phone

Windows Phone (code-named "Threshold")

Namespace

Windows.UI.Xaml.Controls.Primitives Windows::UI::Xaml::Controls::Primitives [C++]

Metadata

Windows.winmd

See also

CalendarView