CalendarPicker.DayOfWeekFormat property

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

Gets or sets the display format for the day of the week headers in the picker's CalendarView.

Syntax

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

Property value

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

The string format to use to display the day of the week headers in the picker's CalendarView.

Remarks

This property affects the CalendarPicker's internal CalendarView. For more info, see CalendarView.DayOfWeekFormat.

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

CalendarView.DayOfWeekFormat