Uses of Class
net.time4j.engine.TimeSpan.Item
Packages that use TimeSpan.Item
Package
Description
The main package contains four basic types of ISO-8601, namely
PlainDate
, PlainTime
, PlainTimestamp
and Moment
.Defines the common generic schemes and interfaces of chronological
systems.
Interval support.
-
Uses of TimeSpan.Item in net.time4j
Methods in net.time4j that return types with arguments of type TimeSpan.Item -
Uses of TimeSpan.Item in net.time4j.engine
Methods in net.time4j.engine that return TimeSpan.ItemModifier and TypeMethodDescriptionstatic <U> TimeSpan.Item<U>
TimeSpan.Item.of(long amount, U unit)
Creates a new time span item.Methods in net.time4j.engine that return types with arguments of type TimeSpan.ItemModifier and TypeMethodDescriptionTimeSpan.getTotalLength()
Yields all containted time span items with amount and unit in the order from largest to smallest time units. -
Uses of TimeSpan.Item in net.time4j.range
Methods in net.time4j.range that return types with arguments of type TimeSpan.Item