Uses of Interface
net.time4j.engine.ChronoUnit
Packages that use ChronoUnit
Package
Description
The main package contains four basic types of ISO-8601, namely
PlainDate
, PlainTime
, PlainTimestamp
and Moment
.Support for various regional calendars.
Support for the Badi calendar.
Support for the French revolutionary calendar.
Defines the common generic schemes and interfaces of chronological
systems.
-
Uses of ChronoUnit in net.time4j
Subinterfaces of ChronoUnit in net.time4jModifier and TypeInterfaceDescriptioninterface
Represents a calendar unit conforming to ISO-8601.interface
Represents a wall time unit conforming to ISO-8601.interface
Represents a unit suitable for timestamps which are compositions of date and time (PlainTimestamp
).Classes in net.time4j that implement ChronoUnitModifier and TypeClassDescriptionclass
Represents the most common time units related to a standard ISO-8601-calendar.class
Represents the most common time units on an ISO-8601-conforming analogue clock counting the scale ticks.class
Defines the SI-second as the duration of 9,192,631,770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium 133 atom.class
Represents a special unit for week-based years which are described by ISO-8601 and follow the week cycle from Monday to Sunday. -
Uses of ChronoUnit in net.time4j.calendar
Classes in net.time4j.calendar that implement ChronoUnitModifier and TypeClassDescriptionstatic class
Defines some calendar units for the Chinese calendar.static class
Defines some calendar units for the Coptic calendar.static class
Defines some calendar units for the Ethiopian calendar.static class
Defines the time units for the Ethiopian clock time.static class
Defines some calendar units for the Hebrew calendar.static class
Defines the time units for the Hebrew time.static class
Defines some calendar units for the Hijri calendar.static class
Defines some calendar units for the Indian calendar.static class
Defines some calendar units for the Japanese calendar.static class
Defines some calendar units for the Julian calendar.static class
Defines some calendar units for the Korean calendar.static class
Defines some calendar units for the Persian calendar.static class
Defines some calendar units for the Vietnamese calendar. -
Uses of ChronoUnit in net.time4j.calendar.bahai
Classes in net.time4j.calendar.bahai that implement ChronoUnitModifier and TypeClassDescriptionstatic class
Defines come calendar units for the Badi calendar. -
Uses of ChronoUnit in net.time4j.calendar.frenchrev
Classes in net.time4j.calendar.frenchrev that implement ChronoUnitModifier and TypeClassDescriptionstatic class
Defines come calendar units for the French revolutionary calendar. -
Uses of ChronoUnit in net.time4j.engine
Classes in net.time4j.engine with type parameters of type ChronoUnitModifier and TypeClassDescriptionclass
AbstractDuration<U extends ChronoUnit>
Defines a timespan using the default algorithm of Time4J.class
AbstractMetric<U extends ChronoUnit,P extends AbstractDuration<U>>
Represents a metric suitable for the default algorithm of Time4J.Classes in net.time4j.engine that implement ChronoUnitModifier and TypeClassDescriptionclass
Abstract time unit class which can define its own rule.