< prev index next >

src/java.base/share/classes/java/util/Calendar.java

Print this page

        

*** 1397,1407 **** } /** * Sets the week definition parameters to the values given by * {@code firstDayOfWeek} and {@code minimalDaysInFirstWeek} that are ! * used to determine the <a href="Calendar.html#First_Week">first * week</a> of a year. The parameters given by this method have * precedence over the default values given by the * {@linkplain #setLocale(Locale) locale}. * * @param firstDayOfWeek the first day of a week; one of --- 1397,1407 ---- } /** * Sets the week definition parameters to the values given by * {@code firstDayOfWeek} and {@code minimalDaysInFirstWeek} that are ! * used to determine the <a href="Calendar.html#first_week">first * week</a> of a year. The parameters given by this method have * precedence over the default values given by the * {@linkplain #setLocale(Locale) locale}. * * @param firstDayOfWeek the first day of a week; one of
< prev index next >