Calculates week number for the specified date according to ISO 8601.

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 int WeekNrISO8601(
	DateTime date
)
Visual Basic
Public Shared Function WeekNrISO8601 ( _
	date As DateTime _
) As Integer
Visual C++
public:
static int WeekNrISO8601(
	DateTime date
)

Parameters

date
Type: System..::..DateTime

Return Value

See Also