Uses of Class
java.time.temporal.ChronoUnit
Package | Description |
---|---|
java.time.temporal |
Access to date and time using fields and units, and date time adjusters.
|
java.util.concurrent |
Utility classes commonly useful in concurrent programming.
|
-
Uses of ChronoUnit in java.time.temporal
Methods in java.time.temporal that return ChronoUnit Modifier and Type Method Description static ChronoUnit
ChronoUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChronoUnit[]
ChronoUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChronoUnit in java.util.concurrent
Methods in java.util.concurrent that return ChronoUnit Modifier and Type Method Description ChronoUnit
TimeUnit. toChronoUnit()
Converts thisTimeUnit
to the equivalentChronoUnit
.Methods in java.util.concurrent with parameters of type ChronoUnit Modifier and Type Method Description static TimeUnit
TimeUnit. of(ChronoUnit chronoUnit)
Converts aChronoUnit
to the equivalentTimeUnit
.