DatePickerFlyout.Date Property
Definition
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 date picker.
public:
property DateTime Date { DateTime get(); void set(DateTime value); };
DateTime Date();
void Date(DateTime value);
public System.DateTimeOffset Date { get; set; }
var dateTime = datePickerFlyout.date;
datePickerFlyout.date = dateTime;
Public Property Date As DateTimeOffset
Property Value
The date currently set in the picker.