TimePicker.Format 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.
Format de l’heure à afficher à l’utilisateur. Il s’agit d’une propriété pouvant être liée.
public string Format { get; set; }
member this.Format : string with get, set
Valeur de propriété
System.String
Chaîne de format d’heure valide.
Remarques
La chaîne de format est identique est passée à DateTime.ToString (format de chaîne).