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.temporalMethods in java.time.temporal that return ChronoUnit Modifier and Type Method Description static ChronoUnitChronoUnit. 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.concurrentMethods in java.util.concurrent that return ChronoUnit Modifier and Type Method Description ChronoUnitTimeUnit. toChronoUnit()Converts thisTimeUnitto the equivalentChronoUnit.Methods in java.util.concurrent with parameters of type ChronoUnit Modifier and Type Method Description static TimeUnitTimeUnit. of(ChronoUnit chronoUnit)Converts aChronoUnitto the equivalentTimeUnit.