Day of week specified using WeekStarts property, translated to an actual DayOfWeek.

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

Syntax

C#
public DayOfWeek ResolvedWeekStart { get; }
Visual Basic
Public ReadOnly Property ResolvedWeekStart As DayOfWeek
	Get
Visual C++
public:
property DayOfWeek ResolvedWeekStart {
	DayOfWeek get ();
}

See Also