Function reference
Return the last day of the week as a date data type. (US 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-10 which is the date of the last day in week 32. (US standard)
FirstDayOfWeekISO( 2013 , 32 )
Last modified:
23 May 2021