Date.WeekOfYear
Returns a number from 1 to 54 indicating which week of the year this date falls in.
function (optionaldateTime
as nullable any, optionalfirstDayOfWeek
as nullable any) as nullable any
Returns a number from 1 to 54 indicating which week of the year the date,
dateTime
, falls in. Date
Determine which week of the year March 23rd, 2011 falls in (
#date(2011, 03, 23)
).Date.WeekOfYear(#date(2011, 03, 23))
13
Last modified 4yr ago