|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnitOfTime | |
---|---|
nl.lxtreme.ols.api.util |
Uses of UnitOfTime in nl.lxtreme.ols.api.util |
---|
Methods in nl.lxtreme.ols.api.util that return UnitOfTime | |
---|---|
UnitOfTime |
UnitOfTime.predecessor()
Returns the predecessor of this unit of time. |
UnitOfTime |
UnitOfTime.successor()
Returns the successor of this unit of time. |
static UnitOfTime |
UnitOfTime.toUnit(double aTimeValue)
Converts a given time value (as double representation, in seconds) to a more suitable unit of time. |
static UnitOfTime |
UnitOfTime.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UnitOfTime[] |
UnitOfTime.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |