Cldr.Calendar.weeks_to_days

You're seeing just the function weeks_to_days, go back to Cldr.Calendar module for more information.

Specs

weeks_to_days(integer()) :: integer()

Returns the number of days in n weeks

Example

iex> Cldr.Calendar.weeks_to_days(2)
14