CalendarDatePicker.DateFormat 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 ou définit le format d’affichage de la valeur de date dans la zone de texte du sélecteur.
public:
property Platform::String ^ DateFormat { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DateFormat();
void DateFormat(winrt::hstring value);
public string DateFormat { get; set; }
var string = calendarDatePicker.dateFormat;
calendarDatePicker.dateFormat = string;
Public Property DateFormat As String
<CalendarDatePicker DateFormat="formatString"/>
Valeur de propriété
Format de chaîne à utiliser pour afficher la date dans la zone de texte du sélecteur.