Searched defs:ZoneId (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/time/
H A DZoneId.java92 * A {@code ZoneId} is used to identify the rules used to convert between
102 * Calling {@link #normalized()} on any {@code ZoneId} will ensure that a
110 * The distinction has other effects. Serializing the {@code ZoneId} will only send
156 * A {@code ZoneId} can be deserialized in a Java Runtime where the ID is unknown.
158 * the client-side Java Runtime has not been updated. In this case, the {@code ZoneId}
172 public abstract class ZoneId implements Serializable { class in inherits:Serializable
261 * and converts it to a {@code ZoneId}. If the system default time-zone is changed,
268 public static ZoneId systemDefault() {
277 * The ID can be passed to {@link #of(String)} to create a {@code ZoneId}.
290 * Obtains an instance of {@code ZoneId} usin
470 ZoneId() { method in class:ZoneId
[all...]

Completed in 111 milliseconds