CalendarDatePicker.DayOfWeekFormat Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.