Uses of Enum Class
net.time4j.tz.OffsetSign
Packages that use OffsetSign
-
Uses of OffsetSign in net.time4j.tz
Methods in net.time4j.tz that return OffsetSignModifier and TypeMethodDescriptionZonalOffset.getSign()
Return the sign of this zonal shift.static OffsetSign
Returns the enum constant of this class with the specified name.static OffsetSign[]
OffsetSign.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.time4j.tz with parameters of type OffsetSignModifier and TypeMethodDescriptionstatic ZonalOffset
ZonalOffset.atLongitude(OffsetSign sign, int degrees, int arcMinutes, double arcSeconds)
Creates a new shift based on a geographical longitude.static ZonalOffset
ZonalOffset.ofHours(OffsetSign sign, int hours)
Static factory method for a shift which has the given full hour part.static ZonalOffset
ZonalOffset.ofHoursMinutes(OffsetSign sign, int hours, int minutes)
Static factory method for a shift which has given hour and minute parts.