GlobalizationPreferencesForUser.WeekStartsOn Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.