TimePickedEventArgs.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 l’heure sélectionnée par l’utilisateur.
public:
property TimeSpan NewTime { TimeSpan get(); };
TimeSpan NewTime();
public System.TimeSpan NewTime { get; }
var timeSpan = timePickedEventArgs.newTime;
Public ReadOnly Property NewTime As TimeSpan
Valeur de propriété
Heure sélectionnée par l’utilisateur.