| Package | Description |
|---|---|
| ucar.units |
Provides support for parsing and formatting string unit specification,
converting numerical values between compatible units, and performing arithmetic
on units (such as dividing one unit by another).
|
| Constructor and Description |
|---|
TimeScaleUnit(Unit unit,
java.util.Date origin)
Constructs from a reference unit and a time origin.
|
TimeScaleUnit(Unit unit,
java.util.Date origin,
UnitName id)
Constructs from a reference unit, a time origin, and an identifier.
|