Click or drag to resize

WeekOverviewSelectionGetWeekOfYear Method (DateTime)

Gets year week number for a given date.

Namespace:  Dynamicweb.Controls.OMC
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public static int GetWeekOfYear(
	DateTime timestamp
)

Parameters

timestamp
Type: SystemDateTime
Target date.

Return Value

Type: Int32
Year week for a given date.
Remarks