Interface CalendarDate.Resolution

    • Method Detail

      • addTo

        default long addTo​(long epochMilli)
        Will increment the input epochMilli by the size/duration of this timeline resolution.
      • adjustInto

        default long adjustInto​(long epochMilli)
        Maps a range of instances in time to a single instance.
      • toDurationInMillis

        long toDurationInMillis()
        The size/duration of a timeline resolution "unit".
      • toDurationInNanos

        default long toDurationInNanos()