Namespace: DayPilot.Web.Mvc.Utils
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public static DayOfWeek Resolve(
	WeekStarts start
)
Visual Basic
Public Shared Function Resolve ( _
	start As WeekStarts _
) As DayOfWeek
Visual C++
public:
static DayOfWeek Resolve(
	WeekStarts start
)

See Also