| Package | Description |
|---|---|
| net.time4j.tz |
General timezone-API.
|
| Modifier and Type | Method and Description |
|---|---|
ZonalOffset.Sign |
ZonalOffset.getSign()
Return the sign of this zonal shift.
|
static ZonalOffset.Sign |
ZonalOffset.Sign.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZonalOffset.Sign[] |
ZonalOffset.Sign.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(ZonalOffset.Sign sign,
int degrees,
int arcMinutes,
int arcSeconds)
Creates a new shift based on a geographical longitude.
|
static ZonalOffset |
ZonalOffset.ofHours(ZonalOffset.Sign sign,
int hours)
Static factory method for a shift which has the given full
hour part.
|
static ZonalOffset |
ZonalOffset.ofHoursMinutes(ZonalOffset.Sign sign,
int hours,
int minutes)
Static factory method for a shift which has given
hour and minute parts.
|
Copyright © 2014. All rights reserved.