public static interface CalendarDate.Resolution extends TemporalAdjuster
Modifier and Type | Method and Description |
---|---|
default long |
addTo(long epochMilli)
Will increment the input epochMilli by the size/duration of this timeline resolution.
|
default long |
adjustInto(long epochMilli)
Maps a range of instances in time to a single instance.
|
long |
toDurationInMillis()
The size/duration of a timeline resolution "unit".
|
default long |
toDurationInNanos() |
adjustInto
default long addTo(long epochMilli)
default long adjustInto(long epochMilli)
long toDurationInMillis()
default long toDurationInNanos()
Copyright © 2019 Optimatika. All rights reserved.