Search Java Classes and Packages
Search Java Frameworks and Libraries
#Java.time.zone Classes and Interfaces - 9 results found.
| Name | Description | Type | Package | Framework |
| ZonedDateTime | A date-time with a time-zone in the ISO-8601 calendar system, such as 2007-12-03T10:15:30+01:00 Europe/Paris. | Class | java.time | Java SE |
|
| ZoneId | A time-zone ID, such as Europe/Paris. | Class | java.time | Java SE |
|
| ZoneOffset | A time-zone offset from Greenwich/UTC, such as +02:00. | Class | java.time | Java SE |
|
| ZoneOffsetTransition | A transition between two offsets caused by a discontinuity in the local time-line. | Class | java.time.zone | Java SE |
|
| ZoneOffsetTransitionRule | A rule expressing how to create a transition. | Class | java.time.zone | Java SE |
|
| ZoneRules | The rules defining how the zone offset varies for a single time-zone. | Class | java.time.zone | Java SE |
|
| ZoneRulesException | Thrown to indicate a problem with time-zone configuration. | Class | java.time.zone | Java SE |
|
| ZoneRulesProvider | Provider of time-zone rules to the system. | Class | java.time.zone | Java SE |
|
| ZoneOffsetTransitionRule .TimeDefinition | A definition of the way a local time can be converted to the actual transition date-time. | Class | java.time.zone.ZoneOffsetTransitionRule | Java SE |