Package | Description |
---|---|
javax.time.calendar.zone |
Provides classes to implement time-zones and their rules.
|
Modifier and Type | Method | Description |
---|---|---|
abstract ZoneOffsetInfo |
ZoneRules.getOffsetInfo(LocalDateTime dateTime) |
Gets the offset information for a local date-time in this zone.
|
ZoneOffsetInfo |
ZoneRules.getOffsetInfo(Instant instant) |
Gets the offset information for the specified instant in this zone.
|
static ZoneOffsetInfo |
ZoneOffsetInfo.of(LocalDateTime dateTime,
ZoneOffset offset,
ZoneOffsetTransition transition) |
Creates an instance representing a simple single offset or a transition.
|
Copyright © 2019. All rights reserved.