Bluestep JS Documentation
    Preparing search index...

    Class TemporalAdjusters

    Index

    Constructors

    Methods

    • Returns the day-of-week in month adjuster, which returns a new date in the same month with the ordinal day-of-week.

      Parameters

      Returns TemporalAdjuster

    • Returns the "first day of month" adjuster, which returns a new date set to the first day of the current month.

      Returns TemporalAdjuster

    • Returns the "first day of next month" adjuster, which returns a new date set to the first day of the next month.

      Returns TemporalAdjuster

    • Returns the "first day of next year" adjuster, which returns a new date set to the first day of the next year.

      Returns TemporalAdjuster

    • Returns the "first day of year" adjuster, which returns a new date set to the first day of the year.

      Returns TemporalAdjuster

    • Returns the "first in month" adjuster, which returns a new date in the same month with the first matching day-of-week.

      Parameters

      Returns TemporalAdjuster

    • Returns the "last day of month" adjuster, which returns a new date set to the last day of the month.

      Returns TemporalAdjuster

    • Returns the "last day of year" adjuster, which returns a new date set to the last day of the year.

      Returns TemporalAdjuster

    • Returns the "last in month" adjuster, which returns a new date in the same month with the last matching day-of-week.

      Parameters

      Returns TemporalAdjuster

    • Returns the "next day" adjuster, which returns a new date set to the first occurrence of the specified day-of-week after this one.

      Parameters

      Returns TemporalAdjuster

    • Returns 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.

      Parameters

      Returns TemporalAdjuster

    • Returns the "previous day" adjuster, which returns a new date set to the first occurrence of the specified day-of-week before this one.

      Parameters

      Returns TemporalAdjuster

    • Returns 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.

      Parameters

      Returns TemporalAdjuster