First day of week definition (Sunday/Monday/Auto).

Namespace:  DayPilot.Web.Ui
Assembly:  DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)

Syntax

C#
public WeekStartsEnum WeekStarts { get; set; }
Visual Basic (Declaration)
Public Property WeekStarts As WeekStartsEnum
Visual C++
public:
property WeekStartsEnum WeekStarts {
	WeekStartsEnum get ();
	void set (WeekStartsEnum value);
}

See Also