Package net.time4j

Interface IsoTimeUnit

All Superinterfaces:
ChronoUnit, IsoUnit
All Known Implementing Classes:
ClockUnit

public interface IsoTimeUnit extends IsoUnit

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