CalendarDatePickerDateChangedEventArgs.NewDate 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 the date that is currently selected in the CalendarDatePicker.
public:
property IReference<DateTime> ^ NewDate { IReference<DateTime> ^ get(); };
IReference<DateTime> NewDate();
public System.Nullable<System.DateTimeOffset> NewDate { get; }
var iReference = calendarDatePickerDateChangedEventArgs.newDate;
Public ReadOnly Property NewDate As Nullable(Of DateTimeOffset)
Property Value
The date that is currently selected in the CalendarDatePicker.