StartOfWeek Property

       

Returns or sets a value that specifies the starting day of the week.

Syntax

object.StartOfWeek [= integer]

The StartOfWeek property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
integer A numeric expression specifying the starting day of the week, as shown in Settings.

Settings

The settings for integer are:

Constant Value Description
mvwSunday 1 (Default) Sunday
mvwMonday 2 Monday
mvwTuesDay 3 Tuesday
mvwWednesday 4 Wednesday
mvwThursday 5 Thursday
mvwFriday 6 Friday
mvwSaturday 7 Saturday

Remarks

The StartOfWeek property allows you to specify the day that will appear in the far left side of the calendar. This can be helpful when designing applications for multiple countries.