Uses of Class
org.threeten.bp.temporal.WeekFields
-
Packages that use WeekFields Package Description org.threeten.bp.format Provides classes to print and parse dates and times.org.threeten.bp.temporal Access to date and time using fields and units. -
-
Uses of WeekFields in org.threeten.bp.format
Methods in org.threeten.bp.format with parameters of type WeekFields Modifier and Type Method Description private DateTimeFormatterBuilder.DateTimePrinterParserDateTimeFormatterBuilder.WeekFieldsPrinterParser. evaluate(WeekFields weekFields) -
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.private WeekFieldsWeekFields.ComputedDayOfField. weekDefFields in org.threeten.bp.temporal with type parameters of type WeekFields Modifier and Type Field Description private static java.util.concurrent.ConcurrentMap<java.lang.String,WeekFields>WeekFields. CACHEThe cache of rules by firstDayOfWeek plus minimalDays.Methods in org.threeten.bp.temporal that return WeekFields Modifier and Type Method Description static WeekFieldsWeekFields. of(java.util.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.Methods in org.threeten.bp.temporal with parameters of type WeekFields Modifier and Type Method Description (package private) static WeekFields.ComputedDayOfFieldWeekFields.ComputedDayOfField. ofDayOfWeekField(WeekFields weekDef)Returns a field to access the day of week, computed based on a WeekFields.(package private) static WeekFields.ComputedDayOfFieldWeekFields.ComputedDayOfField. ofWeekBasedYearField(WeekFields weekDef)Returns a field to access the week-based-year, computed based on a WeekFields.(package private) static WeekFields.ComputedDayOfFieldWeekFields.ComputedDayOfField. ofWeekOfMonthField(WeekFields weekDef)Returns a field to access the week of month, computed based on a WeekFields.(package private) static WeekFields.ComputedDayOfFieldWeekFields.ComputedDayOfField. ofWeekOfWeekBasedYearField(WeekFields weekDef)Returns a field to access the week of week-based-year, computed based on a WeekFields.(package private) static WeekFields.ComputedDayOfFieldWeekFields.ComputedDayOfField. ofWeekOfYearField(WeekFields weekDef)Returns a field to access the week of year, computed based on a WeekFields.Constructors in org.threeten.bp.temporal with parameters of type WeekFields Constructor Description ComputedDayOfField(java.lang.String name, WeekFields weekDef, TemporalUnit baseUnit, TemporalUnit rangeUnit, ValueRange range)
-