DateTimeFormatInfo.FirstDayOfWeek Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the first day of the week.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.DayOfWeekA System.DayOfWeek value representing the first day of the week. The default for InvariantInfo is Sunday.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | An attempt was made to set the property to a value that is not a valid System.DayOfWeek value. |
| InvalidOperationException | The DateTimeFormatInfo object is read-only. |
Show: