Uses of Class
java.time.temporal.WeekFields
Package
Description
Access to date and time using fields and units, and date time adjusters.
-
Uses of WeekFields in java.time.temporal
Modifier and TypeFieldDescriptionstatic final WeekFields
WeekFields.ISO
The ISO-8601 definition, where a week starts on Monday and the first week has a minimum of 4 days.static final WeekFields
WeekFields.SUNDAY_START
The common definition of a week that starts on Sunday and the first week has a minimum of 1 day.Modifier and TypeMethodDescriptionstatic WeekFields
Obtains an instance ofWeekFields
from the first day-of-week and minimal days.static WeekFields
Obtains an instance ofWeekFields
appropriate for a locale.