Uses of Class
org.threeten.bp.temporal.WeekFields
-
Packages that use WeekFields Package Description 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 Modifier and Type Field Description static WeekFieldsWeekFields. ISOThe ISO-8601 definition, where a week starts on Monday and the first week has a minimum of 4 days.static WeekFieldsWeekFields. SUNDAY_STARTThe common definition of a week that starts on Sunday.Methods in org.threeten.bp.temporal that return WeekFields Modifier and Type Method Description static WeekFieldsWeekFields. of(Locale locale)Obtains an instance ofWeekFieldsappropriate for a locale.static WeekFieldsWeekFields. of(DayOfWeek firstDayOfWeek, int minimalDaysInFirstWeek)Obtains an instance ofWeekFieldsfrom the first day-of-week and minimal days.
-