withCalendar abstract method

Locale withCalendar(
  1. Calendar calendar
)

Returns a new Locale with the given calendar.

Implementation

Locale withCalendar(Calendar calendar);