CalendarDatePicker.Date Property

Definition

Gets or sets the date currently set in the calendar picker.

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)

Property Value

The date currently set in the calendar picker.

Applies to