TimePickerSelectedValueChangedEventArgs.OldTime Property

Definition

Gets the time previously selected in the picker.

public:
 property IReference<TimeSpan> ^ OldTime { IReference<TimeSpan> ^ get(); };
IReference<TimeSpan> OldTime();
public System.Nullable<System.TimeSpan> OldTime { get; }
var iReference = timePickerSelectedValueChangedEventArgs.oldTime;
Public ReadOnly Property OldTime As Nullable(Of TimeSpan)

Property Value

The time previously selected in the picker.

Applies to