CalendarView.SelectedDates プロパティ

定義

選択された日付のコレクションを設定します。

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)

プロパティ値

現在選択されている日付を含むコレクション。 既定値は空のコレクションです。

適用対象