Static
dayStatic
firstReturns the "first day of month" adjuster, which returns a new date set to the first day of the current month.
Static
firstReturns the "first day of next month" adjuster, which returns a new date set to the first day of the next month.
Static
firstReturns the "first day of next year" adjuster, which returns a new date set to the first day of the next year.
Static
firstReturns the "first day of year" adjuster, which returns a new date set to the first day of the year.
Static
firstReturns the "first in month" adjuster, which returns a new date in the same month with the first matching day-of-week.
Static
lastReturns the "last day of month" adjuster, which returns a new date set to the last day of the month.
Static
lastReturns the "last day of year" adjuster, which returns a new date set to the last day of the year.
Static
lastReturns the "last in month" adjuster, which returns a new date in the same month with the last matching day-of-week.
Static
nextReturns the "next day" adjuster, which returns a new date set to the first occurrence of the specified day-of-week after this one.
Static
nextReturns the "next or same day" adjuster, which returns a new date set to the first occurrence of the specified day-of-week after this one.
Static
previousReturns the "previous day" adjuster, which returns a new date set to the first occurrence of the specified day-of-week before this one.
Static
previousReturns the "previous or same day" adjuster, which returns a new date set to the first occurrence of the specified day-of-week before this one.
Returns the day-of-week in month adjuster, which returns a new date in the same month with the ordinal day-of-week.