CalendarDatePicker.DayOfWeekFormat Property

Definition

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

public:
 property Platform::String ^ DayOfWeekFormat { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DayOfWeekFormat();

void DayOfWeekFormat(winrt::hstring value);
public string DayOfWeekFormat { get; set; }
var string = calendarDatePicker.dayOfWeekFormat;
calendarDatePicker.dayOfWeekFormat = string;
Public Property DayOfWeekFormat As String
<CalendarDatePicker DayOfWeekFormat="formatString"/>

Property Value

String

Platform::String

winrt::hstring

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

Remarks

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

Applies to

See also