TimePickerValueChangedEventArgs.NewTime 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 nouvelle heure sélectionnée dans le sélecteur.
public:
property TimeSpan NewTime { TimeSpan get(); };
TimeSpan NewTime();
public System.TimeSpan NewTime { get; }
var timeSpan = timePickerValueChangedEventArgs.newTime;
Public ReadOnly Property NewTime As TimeSpan
Valeur de propriété
Nouvelle heure sélectionnée dans le sélecteur.