CalendarDatePicker.Date Proprietà

Definizione

Ottiene o imposta la data attualmente impostata nella selezione calendario.

public:
 property IReference<DateTime> ^ Date { IReference<DateTime> ^ get(); void set(IReference<DateTime> ^ value); };
IReference<DateTime> Date();

void Date(IReference<DateTime> value);
public System.Nullable<System.DateTimeOffset> Date { get; set; }
var iReference = calendarDatePicker.date;
calendarDatePicker.date = iReference;
Public Property Date As Nullable(Of DateTimeOffset)

Valore della proprietà

Data attualmente impostata nella selezione calendario.

Si applica a