Uses of Enum Class
net.time4j.tz.OffsetSign
-
Uses of OffsetSign in net.time4j.tz
Modifier 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.Modifier 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.