Package | Description |
---|---|
javax.time.calendar.zone |
Provides classes to implement time-zones and their rules.
|
Modifier and Type | Method and Description |
---|---|
ZoneOffsetInfo |
ZoneRules.getOffsetInfo(Instant instant)
Gets the offset information for the specified instant in this zone.
|
abstract ZoneOffsetInfo |
ZoneRules.getOffsetInfo(LocalDateTime dateTime)
Gets the offset information for a local date-time 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 © 2014. All rights reserved.