Uses of Interface
net.time4j.scale.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
Modifier 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.Modifier and TypeMethodDescriptionboolean
Moment.isAfter(UniversalTime temporal)
boolean
Moment.isBefore(UniversalTime temporal)
boolean
Moment.isSimultaneous(UniversalTime temporal)