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)

属性值

包含当前所选日期的集合。 默认值为空集合。

适用于