Uses of Interface
net.time4j.engine.UnitRule
Package
Description
Defines the common generic schemes and interfaces of chronological
systems.
-
Uses of UnitRule in net.time4j.engine
Modifier and TypeMethodDescriptionTimeAxis.Builder.appendUnit(U unit, UnitRule<T> rule, double length)
Registers a non-convertible time unit with an associated unit rule.TimeAxis.Builder.appendUnit(U unit, UnitRule<T> rule, double length, Set<? extends U> convertibleUnits)
Registers a new time unit with an associated unit rule.