Function reference
Get the last day of the week as a date data type. (ISO standard)
| Argument | Description |
| year | a numeric value for the year |
| week | a numeric value for the week number |
Data type: Date
Example:
Expression returns 2013-08-11 which is the date of the last day in week 32. (ISO standard)
FirstDayOfWeekISO( 2013 , 32 )
Last modified:
23 May 2021

