GlobalizationPreferences.WeekStartsOn Property

Definition

Gets the day of the week that is considered to be the first day of the week.

public:
 static property DayOfWeek WeekStartsOn { DayOfWeek get(); };
static DayOfWeek WeekStartsOn();
public static DayOfWeek WeekStartsOn { get; }
var dayOfWeek = GlobalizationPreferences.weekStartsOn;
Public Shared ReadOnly Property WeekStartsOn As DayOfWeek

Property Value

The day of the week that the week starts on.

Applies to