GlobalizationPreferencesForUser.WeekStartsOn Property

Definition

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

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

Property Value

The day of the week that the week starts on.

Applies to