NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MonthCalendar.FirstDayOfWeek

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);

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace | Day