参考代码
Dim y As Integer = 2016Dim w As Integer = 18Dim start As Date = new Date(y, 1, 1)start = start.AddDays(-start.DayOfWeek)start = start.AddDays(7*(w-1))msgbox(start)