Uses of Class
net.time4j.engine.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
-
Uses of TimeSpan.Item in net.time4j.engine
Modifier and TypeMethodDescriptionstatic <U> TimeSpan.Item<U>
TimeSpan.Item.of(long amount, U unit)
Creates a new time span item.Modifier 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