CalendarPicker.FirstDayOfWeek property

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

Gets or sets a value that indicates which day is shown as the first day of the week in the picker's CalendarView.

Syntax

public DayOfWeek FirstDayOfWeek { get; set; }
Public Property FirstDayOfWeek As DayOfWeek
public:
property DayOfWeek FirstDayOfWeek { 
   DayOfWeek get();
   void set (DayOfWeek value);
}

Property value

Type: DayOfWeek

A value of the enumeration that indicates which day is shown as the first day of the week.

Remarks

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

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.FirstDayOfWeek