- java.time Package Classes
- java.time - Home
- 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 Package Enums
- java.time - Month
- java.time Useful Resources
- java.time - Discussion
java.time.OffsetTime 类
介绍
java.time.OffsetTime类表示与 ISO-8601 日历系统中的 UTC/格林威治有偏移的时间,例如 10:15:30+01:00 。
类声明
以下是java.time.OffsetTime类的声明-
public final class OffsetTime extends Object implements Temporal, TemporalAdjuster, Comparable<OffsetTime>, Serializable
场地
以下是java.time.OffsetTime类的字段-
static OffsetTime MAX - 支持的最大 OffsetTime,'23:59:59.999999999-18:00'。
static OffsetTime MIN - 支持的最小 OffsetTime,'00:00:00+18:00'。
类方法
继承的方法
该类继承了以下类的方法 -
- Java.lang.Object