Class java.time.Duration
| Added Methods | |
|---|---|
long dividedBy(Duration) |
|
long toDaysPart() |
|
int toHoursPart() |
|
int toMillisPart() |
|
int toMinutesPart() |
|
int toNanosPart() |
|
long toSeconds() |
|
int toSecondsPart() |
|
Duration truncatedTo(TemporalUnit) |
|
