Bluestep JS Documentation
    Preparing search index...

    Interface TemporalAdjuster

    Strategy for adjusting a temporal object.

    See java.time.temporal for full documentation

    interface TemporalAdjuster {
        adjustInto(temporal: Temporal): Temporal;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods

    • Adjusts the specified temporal object.

      Parameters

      Returns Temporal