StaticdayStaticfirstReturns the "first day of month" adjuster, which returns a new date set to the first day of the current month.
StaticfirstReturns the "first day of next month" adjuster, which returns a new date set to the first day of the next month.
StaticfirstReturns the "first day of next year" adjuster, which returns a new date set to the first day of the next year.
StaticfirstReturns the "first day of year" adjuster, which returns a new date set to the first day of the year.
StaticfirstReturns the "first in month" adjuster, which returns a new date in the same month with the first matching day-of-week.
StaticlastReturns the "last day of month" adjuster, which returns a new date set to the last day of the month.
StaticlastReturns the "last day of year" adjuster, which returns a new date set to the last day of the year.
StaticlastReturns the "last in month" adjuster, which returns a new date in the same month with the last matching day-of-week.
StaticnextReturns the "next day" adjuster, which returns a new date set to the first occurrence of the specified day-of-week after this one.
StaticnextReturns 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.
StaticpreviousReturns the "previous day" adjuster, which returns a new date set to the first occurrence of the specified day-of-week before this one.
StaticpreviousReturns 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.