Which method to use for calculating the week number. "Auto" selects US for WeekStarts=Sunday.

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

Syntax

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

See Also