Click or drag to resize

UtilitiesFirstDateOfWeekISO8601 Method

Returns the DateTime representation of the year and week of year

Namespace:  Cauldron
Assembly:  Cauldron (in Cauldron.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static DateTime FirstDateOfWeekISO8601(
	int year,
	int weekOfYear
)

Parameters

year
Type: SystemInt32
The year to convert
weekOfYear
Type: SystemInt32
The week of year to convert

Return Value

Type: DateTime

[Missing <returns> documentation for "M:Cauldron.Utilities.FirstDateOfWeekISO8601(System.Int32,System.Int32)"]

Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionArgument weekOfYear is more than the given year has weeks
ArgumentOutOfRangeExceptionArgument weekOfYear is lower than 0
See Also