(package private) static WeekFields.ComputedDayOfField |
WeekFields.ComputedDayOfField.ofDayOfWeekField(WeekFields weekDef) |
Returns a field to access the day of week,
computed based on a WeekFields.
|
(package private) static WeekFields.ComputedDayOfField |
WeekFields.ComputedDayOfField.ofWeekBasedYearField(WeekFields weekDef) |
Returns a field to access the week-based-year,
computed based on a WeekFields.
|
(package private) static WeekFields.ComputedDayOfField |
WeekFields.ComputedDayOfField.ofWeekOfMonthField(WeekFields weekDef) |
Returns a field to access the week of month,
computed based on a WeekFields.
|
(package private) static WeekFields.ComputedDayOfField |
WeekFields.ComputedDayOfField.ofWeekOfWeekBasedYearField(WeekFields weekDef) |
Returns a field to access the week of week-based-year,
computed based on a WeekFields.
|
(package private) static WeekFields.ComputedDayOfField |
WeekFields.ComputedDayOfField.ofWeekOfYearField(WeekFields weekDef) |
Returns a field to access the week of year,
computed based on a WeekFields.
|