Click or drag to resize

UtilitiesGetWeeksInYear Method

Returns the maximum of the week of the given year

Namespace:  Cauldron
Assembly:  Cauldron (in Cauldron.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static int GetWeeksInYear(
	int year
)

Parameters

year
Type: SystemInt32
The year to get the maximum weeks

Return Value

Type: Int32
The maximum week of the given year
See Also