Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CalendarDatePicker.Date Property
Definition
- Namespace:
- Microsoft.UI.Xaml.Controls
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Feedback
Was this page helpful?
