Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 724 Bytes

calendarview_firstdayofweek.md

File metadata and controls

33 lines (22 loc) · 724 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.CalendarView.FirstDayOfWeek
winrt property

Windows.UI.Xaml.Controls.CalendarView.FirstDayOfWeek

-description

Gets or sets a value that indicates which day is shown as the first day of the week.

-xaml-syntax

<CalendarView FirstDayOfWeek="dayOfWeekMemberName"/>

-xaml-values

dayOfWeekMemberName
dayOfWeekMemberNameA DayOfWeek named constant, such as Sunday or Monday.
## -property-value A value of the enumeration that indicates which day is shown as the first day of the week.

-remarks

-examples

-see-also