Click or drag to resize
DateTimeHelperGetWeekOfYear Method (DateTime)
Gets the week of year number.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static int GetWeekOfYear(
	DateTime time
)

Parameters

time
Type: SystemDateTime
DateTime value

Return Value

Type: Int32
See Also