FirstDayOfWeek Property (DropDownCalendar)
Gets or sets which weekday to display first in the drop-down calendar.
'Declaration
Public Property FirstDayOfWeek As DayOfWeek
'Usage
Dim instance As DropDownCalendar
Dim value As DayOfWeek
instance.FirstDayOfWeek = value
value = instance.FirstDayOfWeek
Property Value
A
DayOfWeek value that indicates which weekday to display first in the drop-down calendar.
The default is
DayOfWeek.NotSet.