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 OffsetSignReturns 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 ZonalOffsetZonalOffset.atLongitude(OffsetSign sign, int degrees, int arcMinutes, double arcSeconds)Creates a new shift based on a geographical longitude.static ZonalOffsetZonalOffset.ofHours(OffsetSign sign, int hours)Static factory method for a shift which has the given full hour part.static ZonalOffsetZonalOffset.ofHoursMinutes(OffsetSign sign, int hours, int minutes)Static factory method for a shift which has given hour and minute parts.