CalendarPicker.DateFormat property

[This documentation is preliminary and is subject to change.]

Gets or sets the display format for the date value in the picker's text box.

Syntax

public string DateFormat { get; set; }
Public Property DateFormat As String
public:
property String^ DateFormat { 
   String^ get();
   void set (String^ value);
}

Property value

Type: System.String [.NET] | Platform::String [C++]

The string format to use to display the date in the picker's text box.

Requirements (device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.UI.Xaml.Controls Windows::UI::Xaml::Controls [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

See also

CalendarPicker