Table of Contents
FirstDayOfWeek Property

Gets or sets a value that indicates the day to use as the starting day of the calendar week. This is a dependency property.

Syntax
 public DayOfWeek FirstDayOfWeek { get; set; }

Property Value

One of the DayOfWeek values. The default value is Sunday.

See Also