Cldr.Calendar.Julian.week_of_month

You're seeing just the function week_of_month, go back to Cldr.Calendar.Julian module for more information.
Link to this function

week_of_month(year, month, day)

View Source

Specs

week_of_month(year(), month(), day()) ::
  {pos_integer(), pos_integer()} | {:error, :not_defined}

Calculates the week of the year from the given year, month, and day. It is an integer from 1 to 53.