Share via


CalendarDatePickerDateChangedEventArgs.OldDate Property

Definition

Gets the date that was previously selected in the CalendarDatePicker.

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

Property Value

The date that was previously selected in the CalendarDatePicker.

Applies to