[This is preliminary documentation and is subject to change.]
Returns the local date corresponding to the given "week year", "week of week year", and "day of week"
in the ISO calendar system.

C# | Visual Basic | Visual C++ |
public static LocalDate FromWeekYearWeekAndDay( int weekYear, int weekOfWeekYear, IsoDayOfWeek dayOfWeek )
Public Shared Function FromWeekYearWeekAndDay ( _ weekYear As Integer, _ weekOfWeekYear As Integer, _ dayOfWeek As IsoDayOfWeek _ ) As LocalDate
public: static LocalDate FromWeekYearWeekAndDay( int weekYear, int weekOfWeekYear, IsoDayOfWeek dayOfWeek )

- weekYear (Int32)
- ISO-8601 week year of value to return
- weekOfWeekYear (Int32)
- ISO-8601 week of week year of value to return
- dayOfWeek (IsoDayOfWeek)
- ISO-8601 day of week to return

The date corresponding to the given week year / week of week year / day of week.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)