The first day of the week for the month calendar control.
[Visual Basic] Public Property FirstDayOfWeek As Day [C#] public Day FirstDayOfWeek {get; set;} [C++] public: __property Day get_FirstDayOfWeek(); public: __property void set_FirstDayOfWeek(Day); [JScript] public function get FirstDayOfWeek() : Day; public function set FirstDayOfWeek(Day);
MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace | Day