An abstract class for service providers that provide locale-dependent Calendar parameters.
An abstract class for service providers that provide locale-dependent Calendar parameters.
(get-first-day-of-week this locale)Returns the first day of a week in the given locale. This information is required by Calendar to support operations on the week-related calendar fields.
locale - the desired locale - java.util.Locale
returns: the first day of a week; one of Calendar.SUNDAY ..
Calendar.SATURDAY,
or 0 if the value isn't available for the locale - int
throws: java.lang.NullPointerException - if locale is null.
Returns the first day of a week in the given locale. This
information is required by Calendar to support operations on the
week-related calendar fields.
locale - the desired locale - `java.util.Locale`
returns: the first day of a week; one of Calendar.SUNDAY ..
Calendar.SATURDAY,
or 0 if the value isn't available for the locale - `int`
throws: java.lang.NullPointerException - if locale is null.(get-minimal-days-in-first-week this locale)Returns the minimal number of days required in the first week of a year. This information is required by Calendar to determine the first week of a year. Refer to the description of how Calendar determines the first week.
locale - the desired locale - java.util.Locale
returns: the minimal number of days of the first week,
or 0 if the value isn't available for the locale - int
throws: java.lang.NullPointerException - if locale is null.
Returns the minimal number of days required in the first week of a
year. This information is required by Calendar to determine the
first week of a year. Refer to the description of how Calendar determines
the first week.
locale - the desired locale - `java.util.Locale`
returns: the minimal number of days of the first week,
or 0 if the value isn't available for the locale - `int`
throws: java.lang.NullPointerException - if locale is null.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |