|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WeekFields | |
|---|---|
| org.threeten.bp.temporal | Access to date and time using fields and units. |
| Uses of WeekFields in org.threeten.bp.temporal |
|---|
| Fields in org.threeten.bp.temporal declared as WeekFields | |
|---|---|
static WeekFields |
WeekFields.ISO
The ISO-8601 definition, where a week starts on Monday and the first week has a minimum of 4 days. |
static WeekFields |
WeekFields.SUNDAY_START
The common definition of a week that starts on Sunday. |
| Methods in org.threeten.bp.temporal that return WeekFields | |
|---|---|
static WeekFields |
WeekFields.of(DayOfWeek firstDayOfWeek,
int minimalDaysInFirstWeek)
Obtains an instance of WeekFields from the first day-of-week and minimal days. |
static WeekFields |
WeekFields.of(Locale locale)
Obtains an instance of WeekFields appropriate for a locale. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||