TimePickerValueChangedEventArgs.OldTime Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’heure précédemment sélectionnée dans le sélecteur.
public:
property TimeSpan OldTime { TimeSpan get(); };
TimeSpan OldTime();
public System.TimeSpan OldTime { get; }
var timeSpan = timePickerValueChangedEventArgs.oldTime;
Public ReadOnly Property OldTime As TimeSpan
Valeur de propriété
Heure précédemment sélectionnée dans le sélecteur.