TimePickedEventArgs.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 la valeur de l’ancienne heure.
public:
property TimeSpan OldTime { TimeSpan get(); };
TimeSpan OldTime();
public System.TimeSpan OldTime { get; }
var timeSpan = timePickedEventArgs.oldTime;
Public ReadOnly Property OldTime As TimeSpan
Valeur de propriété
Ancienne valeur d’heure.