GlobalizationPreferences.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 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.