Uses of Interface
net.time4j.scale.UniversalTime
Packages that use UniversalTime
Package
Description
The main package contains four basic types of ISO-8601, namely
PlainDate
, PlainTime
, PlainTimestamp
and Moment
.-
Uses of UniversalTime in net.time4j
Classes in net.time4j that implement UniversalTimeModifier and TypeClassDescriptionclass
Represents an instant/moment on the universal timeline with reference to the timezone UTC (UTC+00:00 / Greenwich-meridian).class
Combination of UTC-moment and timezone.Methods in net.time4j with parameters of type UniversalTimeModifier and TypeMethodDescriptionboolean
Moment.isAfter(UniversalTime temporal)
boolean
Moment.isBefore(UniversalTime temporal)
boolean
Moment.isSimultaneous(UniversalTime temporal)