| Package | Description |
|---|---|
| net.time4j.tz |
General timezone-API.
|
| Modifier and Type | Method and Description |
|---|---|
OffsetSign |
ZonalOffset.getSign()
Return the sign of this zonal shift.
|
static OffsetSign |
OffsetSign.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OffsetSign[] |
OffsetSign.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ZonalOffset |
ZonalOffset.atLongitude(OffsetSign sign,
int degrees,
int arcMinutes,
int 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.
|
Copyright © 2014. All rights reserved.