Returns a Date data type that is based on a week day, a week, and a year.

Date := DWY2DATE(WeekDay [, Week] [, Year]))

Parameters

Weekday

Type: Integer

The number of the day in the week (1-7). Monday is day number 1.

Week

Type: Integer

The number of the week. Week 1 is the first week of the year that has four or more days in the year. If you omit this optional parameter, the current week is used as the default.

Year

Type: Integer

The four-digit number of the year. If you omit this optional parameter, the year of the current week is used as the default.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageExample

Expand imageSee Also