Uses of Interface
net.time4j.base.WallTime
Package
Description
The main package contains four basic types of ISO-8601, namely
PlainDate
, PlainTime
, PlainTimestamp
and Moment
.General timezone-API.
-
Uses of WallTime in net.time4j
Modifier and TypeClassDescriptionclass
Represents a plain wall time without any timezone or date component as defined in ISO-8601 up to nanosecond precision.class
Represents a plain composition of calendar date and wall time as defined in ISO-8601, but without any timezone. -
Uses of WallTime in net.time4j.tz
Modifier and TypeMethodDescriptiondefault Optional<ZonalTransition>
TransitionHistory.findConflictTransition(GregorianDate localDate, WallTime localTime)
Returns the conflict transition where given local timestamp falls either in a gap or in an overlap on the local timeline.TransitionHistory.getConflictTransition(GregorianDate localDate, WallTime localTime)
Returns the conflict transition where given local timestamp falls either in a gap or in an overlap on the local timeline.abstract ZonalOffset
Timezone.getOffset(GregorianDate localDate, WallTime localTime)
Calculates the offset for given local timestamp.TransitionStrategy.getOffset(GregorianDate localDate, WallTime localTime, Timezone timezone)
Calculates a suitable offset for given local timestamp.TransitionHistory.getValidOffsets(GregorianDate localDate, WallTime localTime)
Determines the suitable offsets at given local timestamp..abstract boolean
Timezone.isInvalid(GregorianDate localDate, WallTime localTime)
Evaluates if given local timestamp is invalid due to a gap on the local timeline.long
TransitionStrategy.resolve(GregorianDate localDate, WallTime localTime, Timezone timezone)
Calculates a suitable global timestamp for given local timestamp.