| 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 public static int GetWeeksInYear(
int year
)
Parameters
- year
- Type: SystemInt32
The year to get the maximum weeks
Return Value
Type:
Int32The maximum week of the given year
See Also