Determines the first day of week (Sunday/Monday/Auto).

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

Syntax

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

See Also