| Package | Description |
|---|---|
| org.threeten.bp.temporal |
Access to date and time using fields and units, plus additional value type classes.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
static TemporalQuery<ChronoUnit> |
TemporalQueries.precision()
A query for the smallest supported unit.
|
Copyright © 2007-2013 ThreeTen.org. All Rights Reserved.