Summary
Gets or sets the day that is considered the beginning of the week.
- Namespace
- Avalonia
.Controls - Containing Type
- Calendar
Syntax
public DayOfWeek FirstDayOfWeek { get; set; }
Value
Type | Description |
---|---|
DayOfWeek |
A System.DayOfWeek representing the beginning of
the week. The default is System.DayOfWeek.Sunday .
|