| Modifier and Type | Method and Description |
|---|---|
Unit.Time |
Unit.Time.next() |
Unit.Time |
Unit.Time.prev() |
static Unit.Time |
Unit.Time.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Unit.Time[] |
Unit.Time.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
double |
Unit.Time.convertTo(Unit.Time target,
double value) |
static String |
Unit.format(double value,
Unit.Time source,
int precision)
Choice better target unit for this value.
|
static String |
Unit.format(double value,
Unit.Time source,
Unit.Time target,
int precision) |
Copyright © 2004–2014 CodeLutin. All rights reserved.