DatePickerSelectedValueChangedEventArgs.OldDate Property

Definition

Gets the date previously selected in the picker.

public:
 property IReference<DateTime> ^ OldDate { IReference<DateTime> ^ get(); };
IReference<DateTime> OldDate();
public System.Nullable<System.DateTimeOffset> OldDate { get; }
var iReference = datePickerSelectedValueChangedEventArgs.oldDate;
Public ReadOnly Property OldDate As Nullable(Of DateTimeOffset)

Property Value

The date previously selected in the picker.

Applies to