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: 8.1.3443.0 (8.1.3443.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