| 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
)
Public Shared Function GetWeekOfYear (
timestamp As DateTime
) As Integer
Parameters
- timestamp
- Type: SystemDateTime
Target date.
Return Value
Type:
Int32Year week for a given date.
Remarks See Also