FirstDayOfWeek Property (Calendar)
In This Topic
Gets or sets a value that represents the first day of the week, the one displayed in the first column of the calendar.
Syntax
'Declaration
Public Property FirstDayOfWeek As DayOfWeek
public DayOfWeek FirstDayOfWeek {get; set;}
See Also