- java.time 包类
- java.time - 首页
- java.time - Clock
- java.time - Duration
- java.time - Instant
- java.time - LocalDate
- java.time - LocalDateTime
- java.time - LocalTime
- java.time - MonthDay
- java.time - OffsetDateTime
- java.time - OffsetTime
- java.time - Period
- java.time - Year
- java.time - YearMonth
- java.time - ZonedDateTime
- java.time - ZoneId
- java.time - ZoneOffset
- java.time 包枚举
- java.time - Month
- java.time 有用资源
- java.time - 讨论
java.time.ZoneOffset 类
简介
java.time.ZoneOffset 类表示相对于格林威治/UTC 的时区偏移量,例如 +02:00。
类声明
以下是 java.time.ZoneOffset 类的声明:
public final class ZoneOffset extends ZoneId implements TemporalAccessor, TemporalAdjuster, Comparable<ZoneOffset>, Serializable
字段
以下是 Java.time.ZoneOffset 类的字段:
static ZoneOffset MAX - 支持的最大偏移量的常量。
static ZoneOffset MIN - 支持的最小偏移量的常量。
static ZoneOffset UTC - UTC 的时区偏移量,ID 为 'Z'。
类方法
继承的方法
此类继承自以下类的方法:
- Java.time.ZoneId
- Java.lang.Object
广告