Compartir a través de


CalendarView.SelectedDates Propiedad

Definición

Obtiene una colección de fechas seleccionadas.

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)

Valor de propiedad

Colección que contiene las fechas seleccionadas actualmente. El valor predeterminado es una colección vacía.

Se aplica a