DatePickerValueChangedEventArgs
DatePickerValueChangedEventArgs
DatePickerValueChangedEventArgs
DatePickerValueChangedEventArgs
Class
Definition
Provides event data for the DatePicker.DateChanged event.
public : sealed class DatePickerValueChangedEventArgs : IDatePickerValueChangedEventArgspublic sealed class DatePickerValueChangedEventArgs : IDatePickerValueChangedEventArgsPublic NotInheritable Class DatePickerValueChangedEventArgs Implements IDatePickerValueChangedEventArgs// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
NewDate NewDate NewDate NewDate
Gets the new date selected in the picker.
public : DateTime NewDate { get; }public DateTimeOffset NewDate { get; }Public ReadOnly Property NewDate As DateTimeOffset// This API is not available in Javascript.
- Value
- DateTime DateTimeOffset DateTimeOffset DateTimeOffset
The new date selected in the picker.
OldDate OldDate OldDate OldDate
Gets the date previously selected in the picker.
public : DateTime OldDate { get; }public DateTimeOffset OldDate { get; }Public ReadOnly Property OldDate As DateTimeOffset// This API is not available in Javascript.
- Value
- DateTime DateTimeOffset DateTimeOffset DateTimeOffset
The date previously selected in the picker.