Uses of Interface
java.time.temporal.Temporal
-
Packages that use Temporal 软件包 描述 java.time 日期,时间,瞬间和持续时间的主要API。java.time.chrono 除默认ISO之外的日历系统的通用API。java.time.temporal 使用字段和单位以及日期时间调整器访问日期和时间。 -
-
Uses of Temporal in java.time
Classes in java.time that implement Temporal 变量和类型 类 描述 class
Instant
时间线上的瞬时点。class
LocalDate
ISO-2007-12-03
,例如2007-12-03
。class
LocalDateTime
ISO-2007-12-03T10:15:30
,例如2007-12-03T10:15:30
。class
LocalTime
ISO-10:15:30
,例如10:15:30
。class
OffsetDateTime
日期时间,ISO-2007-12-03T10:15:30+01:00
UTC / Greenwich的偏移量,例如2007-12-03T10:15:30+01:00
。class
OffsetTime
在ISO-10:15:30+01:00
UTC / Greenwich偏移的时间,例如10:15:30+01:00
。class
Year
ISO-2007
,例如2007
。class
YearMonth
ISO-2007-12
,例如2007-12
。class
ZonedDateTime
ISO-2007-12-03T10:15:30+01:00 Europe/Paris
,例如2007-12-03T10:15:30+01:00 Europe/Paris
。Methods in java.time that return Temporal 变量和类型 方法 描述 Temporal
Duration. addTo(Temporal temporal)
将此持续时间添加到指定的时态对象。Temporal
Period. addTo(Temporal temporal)
将此句点添加到指定的时态对象。Temporal
DayOfWeek. adjustInto(Temporal temporal)
调整指定的时态对象以具有此星期几。Temporal
Instant. adjustInto(Temporal temporal)
调整指定的时态对象以获得此瞬间。Temporal
LocalDate. adjustInto(Temporal temporal)
将指定的时态对象调整为与此对象具有相同的日期。Temporal
LocalDateTime. adjustInto(Temporal temporal)
调整指定的时态对象以使其具有与此对象相同的日期和时间。Temporal
LocalTime. adjustInto(Temporal temporal)
调整指定的时态对象以使其与此对象具有相同的时间。Temporal
Month. adjustInto(Temporal temporal)
调整指定的时间对象以具有此月份。Temporal
MonthDay. adjustInto(Temporal temporal)
调整指定的时间对象以具有此月 - 日。Temporal
OffsetDateTime. adjustInto(Temporal temporal)
调整指定的时态对象,使其具有与此对象相同的偏移量,日期和时间。Temporal
OffsetTime. adjustInto(Temporal temporal)
调整指定的时态对象,使其具有与此对象相同的偏移量和时间。Temporal
Year. adjustInto(Temporal temporal)
调整指定的时间对象以获得今年。Temporal
YearMonth. adjustInto(Temporal temporal)
调整指定的时间对象以具有此年 - 月。Temporal
ZoneOffset. adjustInto(Temporal temporal)
调整指定的时态对象以使其具有与此对象相同的偏移量。Temporal
Duration. subtractFrom(Temporal temporal)
从指定的时态对象中减去此持续时间。Temporal
Period. subtractFrom(Temporal temporal)
从指定的时态对象中减去此句点。Methods in java.time with parameters of type Temporal 变量和类型 方法 描述 Temporal
Duration. addTo(Temporal temporal)
将此持续时间添加到指定的时态对象。Temporal
Period. addTo(Temporal temporal)
将此句点添加到指定的时态对象。Temporal
DayOfWeek. adjustInto(Temporal temporal)
调整指定的时态对象以具有此星期几。Temporal
Instant. adjustInto(Temporal temporal)
调整指定的时态对象以获得此瞬间。Temporal
LocalDate. adjustInto(Temporal temporal)
将指定的时态对象调整为与此对象具有相同的日期。Temporal
LocalDateTime. adjustInto(Temporal temporal)
调整指定的时态对象以使其具有与此对象相同的日期和时间。Temporal
LocalTime. adjustInto(Temporal temporal)
调整指定的时态对象以使其与此对象具有相同的时间。Temporal
Month. adjustInto(Temporal temporal)
调整指定的时间对象以具有此月份。Temporal
MonthDay. adjustInto(Temporal temporal)
调整指定的时间对象以具有此月 - 日。Temporal
OffsetDateTime. adjustInto(Temporal temporal)
调整指定的时态对象,使其具有与此对象相同的偏移量,日期和时间。Temporal
OffsetTime. adjustInto(Temporal temporal)
调整指定的时态对象,使其具有与此对象相同的偏移量和时间。Temporal
Year. adjustInto(Temporal temporal)
调整指定的时间对象以获得今年。Temporal
YearMonth. adjustInto(Temporal temporal)
调整指定的时间对象以具有此年 - 月。Temporal
ZoneOffset. adjustInto(Temporal temporal)
调整指定的时态对象以使其具有与此对象相同的偏移量。static Duration
Duration. between(Temporal startInclusive, Temporal endExclusive)
获得表示两个时间对象之间的持续时间的Duration
。Temporal
Duration. subtractFrom(Temporal temporal)
从指定的时态对象中减去此持续时间。Temporal
Period. subtractFrom(Temporal temporal)
从指定的时态对象中减去此句点。long
Instant. until(Temporal endExclusive, TemporalUnit unit)
根据指定的单位计算到另一个瞬间的时间量。long
LocalDate. until(Temporal endExclusive, TemporalUnit unit)
根据指定的单位计算到另一个日期的时间量。long
LocalDateTime. until(Temporal endExclusive, TemporalUnit unit)
根据指定的单位计算到另一个日期时间的时间量。long
LocalTime. until(Temporal endExclusive, TemporalUnit unit)
根据指定的单位计算到另一个时间的时间量。long
OffsetDateTime. until(Temporal endExclusive, TemporalUnit unit)
根据指定的单位计算到另一个日期时间的时间量。long
OffsetTime. until(Temporal endExclusive, TemporalUnit unit)
根据指定的单位计算到另一个时间的时间量。long
Year. until(Temporal endExclusive, TemporalUnit unit)
按指定单位计算直到另一年的时间量。long
YearMonth. until(Temporal endExclusive, TemporalUnit unit)
根据指定的单位计算直到另一年 - 月的时间量。long
ZonedDateTime. until(Temporal endExclusive, TemporalUnit unit)
根据指定的单位计算到另一个日期时间的时间量。 -
Uses of Temporal in java.time.chrono
Subinterfaces of Temporal in java.time.chrono 变量和类型 接口 描述 interface
ChronoLocalDate
用于高级全球化用例的任意时间表中没有时间或时区的日期。interface
ChronoLocalDateTime<D extends ChronoLocalDate>
用于高级全球化用例的任意时间顺序中没有时区的日期时间。interface
ChronoZonedDateTime<D extends ChronoLocalDate>
用于高级全球化用例的具有任意时间顺序的时区的日期时间。Classes in java.time.chrono that implement Temporal 变量和类型 类 描述 class
HijrahDate
Hijrah日历系统中的日期。class
JapaneseDate
日本帝国日历系统中的日期。class
MinguoDate
民国历法系统的约会。class
ThaiBuddhistDate
泰国佛教日历系统中的约会。Methods in java.time.chrono that return Temporal 变量和类型 方法 描述 Temporal
ChronoPeriod. addTo(Temporal temporal)
将此句点添加到指定的时态对象。default Temporal
ChronoLocalDate. adjustInto(Temporal temporal)
将指定的时态对象调整为与此对象具有相同的日期。default Temporal
ChronoLocalDateTime. adjustInto(Temporal temporal)
调整指定的时态对象以使其具有与此对象相同的日期和时间。default Temporal
Era. adjustInto(Temporal temporal)
调整指定的时态对象以使其与此对象具有相同的时代。Temporal
ChronoPeriod. subtractFrom(Temporal temporal)
从指定的时态对象中减去此句点。Methods in java.time.chrono with parameters of type Temporal 变量和类型 方法 描述 Temporal
ChronoPeriod. addTo(Temporal temporal)
将此句点添加到指定的时态对象。default Temporal
ChronoLocalDate. adjustInto(Temporal temporal)
将指定的时态对象调整为与此对象具有相同的日期。default Temporal
ChronoLocalDateTime. adjustInto(Temporal temporal)
调整指定的时态对象以使其具有与此对象相同的日期和时间。default Temporal
Era. adjustInto(Temporal temporal)
调整指定的时态对象以使其与此对象具有相同的时代。Temporal
ChronoPeriod. subtractFrom(Temporal temporal)
从指定的时态对象中减去此句点。long
ChronoLocalDate. until(Temporal endExclusive, TemporalUnit unit)
根据指定的单位计算到另一个日期的时间量。 -
Uses of Temporal in java.time.temporal
Methods in java.time.temporal with type parameters of type Temporal 变量和类型 方法 描述 <R extends Temporal>
RTemporalUnit. addTo(R temporal, long amount)
返回指定时间段的指定时间对象的副本。<R extends Temporal>
RTemporalField. adjustInto(R temporal, long newValue)
返回指定时态对象的副本,其值为此字段集。Methods in java.time.temporal that return Temporal 变量和类型 方法 描述 Temporal
TemporalAmount. addTo(Temporal temporal)
添加到指定的时态对象。Temporal
TemporalAdjuster. adjustInto(Temporal temporal)
调整指定的时态对象。default Temporal
Temporal. minus(long amountToSubtract, TemporalUnit unit)
返回与此对象相同类型的对象,并减去指定的时间段。default Temporal
Temporal. minus(TemporalAmount amount)
返回与此对象相同类型的对象,并减去一定量。Temporal
Temporal. plus(long amountToAdd, TemporalUnit unit)
返回与此对象具有相同类型的对象,并添加指定的句点。default Temporal
Temporal. plus(TemporalAmount amount)
返回与此对象相同类型的对象,并添加一个量。Temporal
TemporalAmount. subtractFrom(Temporal temporal)
从指定的时态对象中减去此对象。default Temporal
Temporal. with(TemporalAdjuster adjuster)
返回与此对象相同类型的调整对象,并进行调整。Temporal
Temporal. with(TemporalField field, long newValue)
返回与此对象相同类型的对象,并更改指定的字段。Methods in java.time.temporal with parameters of type Temporal 变量和类型 方法 描述 Temporal
TemporalAmount. addTo(Temporal temporal)
添加到指定的时态对象。Temporal
TemporalAdjuster. adjustInto(Temporal temporal)
调整指定的时态对象。long
TemporalUnit. between(Temporal temporal1Inclusive, Temporal temporal2Exclusive)
计算两个临时对象之间的时间量。default boolean
TemporalUnit. isSupportedBy(Temporal temporal)
检查指定的时态对象是否支持此单元。Temporal
TemporalAmount. subtractFrom(Temporal temporal)
从指定的时态对象中减去此对象。long
Temporal. until(Temporal endExclusive, TemporalUnit unit)
根据指定单位计算直到另一个时间的时间量。
-