Package net.time4j
Interface IsoTimeUnit
- All Superinterfaces:
ChronoUnit
,IsoUnit
- All Known Implementing Classes:
ClockUnit
Represents a wall time unit conforming to ISO-8601.
Most applications will simply use a standard unit of type
ClockUnit
. Other units must inherit from the class
BasicUnit
appropriately and
also make sure that the length of time unit is always smaller
than the length of a day.
- Author:
- Meno Hochschild
- See Also:
ClockUnit
-
Method Summary
Methods inherited from interface net.time4j.engine.ChronoUnit
getLength, isCalendrical