I'm trying to create a method that receives a week number and year and returns a date.
Let's say that I pick week number 31 and the year 2003; I expect to receive the day of that Sunday in
dd-mon-yyyy format.
I know how to get the week number for a given date but I don't know if there is a built-in method for converting it to a date within the
VB.NET or c# framework
Thx