|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeUnit | |
---|---|
com.ibm.icu.util | International calendars and other utility classes. |
Uses of TimeUnit in com.ibm.icu.util |
---|
Fields in com.ibm.icu.util declared as TimeUnit | |
---|---|
static TimeUnit |
TimeUnit.DAY
Constant value for supported time unit. |
static TimeUnit |
TimeUnit.HOUR
Constant value for supported time unit. |
static TimeUnit |
TimeUnit.MINUTE
Constant value for supported time unit. |
static TimeUnit |
TimeUnit.MONTH
Constant value for supported time unit. |
static TimeUnit |
TimeUnit.SECOND
Constant value for supported time unit. |
static TimeUnit |
TimeUnit.WEEK
Constant value for supported time unit. |
static TimeUnit |
TimeUnit.YEAR
Constant value for supported time unit. |
Methods in com.ibm.icu.util that return TimeUnit | |
---|---|
TimeUnit |
TimeUnitAmount.getTimeUnit()
Get the unit (convenience to avoid cast). |
static TimeUnit[] |
TimeUnit.values()
|
Constructors in com.ibm.icu.util with parameters of type TimeUnit | |
---|---|
TimeUnitAmount(double number,
TimeUnit unit)
Create from a number and unit. |
|
TimeUnitAmount(Number number,
TimeUnit unit)
Create from a number and unit. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |