Uses of Interface
java.time.temporal.TemporalAccessor
-
Packages that use TemporalAccessor 软件包 描述 java.time 日期,时间,瞬间和持续时间的主要API。java.time.chrono 除默认ISO之外的日历系统的通用API。java.time.format 提供打印和解析日期和时间的类。java.time.temporal 使用字段和单位以及日期时间调整器访问日期和时间。 -
-
Uses of TemporalAccessor in java.time
Classes in java.time that implement TemporalAccessor 变量和类型 类 描述 class
DayOfWeek
一周中的某一天,例如“星期二”。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
Month
一个月,例如'七月'。class
MonthDay
ISO---12-03
,例如--12-03
。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
。class
ZoneOffset
与格林威治/ UTC的时区偏移,例如+02:00
。Methods in java.time with parameters of type TemporalAccessor 变量和类型 方法 描述 static DayOfWeek
DayOfWeek. from(TemporalAccessor temporal)
从时态对象获取DayOfWeek
的实例。static Instant
Instant. from(TemporalAccessor temporal)
从时态对象获得Instant
的实例。static LocalDate
LocalDate. from(TemporalAccessor temporal)
从时态对象获得LocalDate
的实例。static LocalDateTime
LocalDateTime. from(TemporalAccessor temporal)
从时态对象获得LocalDateTime
的实例。static LocalTime
LocalTime. from(TemporalAccessor temporal)
从时态对象获得LocalTime
的实例。static Month
Month. from(TemporalAccessor temporal)
从时态对象获得Month
的实例。static MonthDay
MonthDay. from(TemporalAccessor temporal)
从时态对象获得MonthDay
的实例。static OffsetDateTime
OffsetDateTime. from(TemporalAccessor temporal)
从时态对象获得OffsetDateTime
的实例。static OffsetTime
OffsetTime. from(TemporalAccessor temporal)
从时态对象获得OffsetTime
的实例。static Year
Year. from(TemporalAccessor temporal)
从时态对象获得Year
的实例。static YearMonth
YearMonth. from(TemporalAccessor temporal)
从时态对象获得YearMonth
的实例。static ZonedDateTime
ZonedDateTime. from(TemporalAccessor temporal)
从时态对象获得ZonedDateTime
的实例。static ZoneId
ZoneId. from(TemporalAccessor temporal)
从时态对象获得ZoneId
的实例。static ZoneOffset
ZoneOffset. from(TemporalAccessor temporal)
从时态对象获得ZoneOffset
的实例。 -
Uses of TemporalAccessor in java.time.chrono
Subinterfaces of TemporalAccessor in java.time.chrono 变量和类型 接口 描述 interface
ChronoLocalDate
用于高级全球化用例的任意时间表中没有时间或时区的日期。interface
ChronoLocalDateTime<D extends ChronoLocalDate>
用于高级全球化用例的任意时间顺序中没有时区的日期时间。interface
ChronoZonedDateTime<D extends ChronoLocalDate>
用于高级全球化用例的具有任意时间顺序的时区的日期时间。interface
Era
时间线的时代。Classes in java.time.chrono that implement TemporalAccessor 变量和类型 类 描述 class
HijrahDate
Hijrah日历系统中的日期。class
HijrahEra
Hijrah日历系统的一个时代。class
IsoEra
ISO日历系统的一个时代。class
JapaneseDate
日本帝国日历系统中的日期。class
JapaneseEra
日本帝国历法系统的一个时代。class
MinguoDate
民国历法系统的约会。class
MinguoEra
民国历法系统的一个时代。class
ThaiBuddhistDate
泰国佛教日历系统中的约会。class
ThaiBuddhistEra
泰国佛教历法系统的一个时代。Methods in java.time.chrono with parameters of type TemporalAccessor 变量和类型 方法 描述 ChronoLocalDate
Chronology. date(TemporalAccessor temporal)
从另一个时间对象获得此年表中的本地日期。LocalDate
IsoChronology. date(TemporalAccessor temporal)
从另一个日期时间对象获取ISO本地日期。static ChronoLocalDate
ChronoLocalDate. from(TemporalAccessor temporal)
从时态对象获得ChronoLocalDate
的实例。static ChronoLocalDateTime<?>
ChronoLocalDateTime. from(TemporalAccessor temporal)
从时态对象获得ChronoLocalDateTime
的实例。static Chronology
Chronology. from(TemporalAccessor temporal)
从时态对象获得Chronology
的实例。static ChronoZonedDateTime<?>
ChronoZonedDateTime. from(TemporalAccessor temporal)
从时态对象获得ChronoZonedDateTime
的实例。static HijrahDate
HijrahDate. from(TemporalAccessor temporal)
从时间对象获得伊斯兰教Umm Al-Qura日历的HijrahDate
。static JapaneseDate
JapaneseDate. from(TemporalAccessor temporal)
从时间对象获得JapaneseDate
。static MinguoDate
MinguoDate. from(TemporalAccessor temporal)
从时间对象获得MinguoDate
。static ThaiBuddhistDate
ThaiBuddhistDate. from(TemporalAccessor temporal)
从时间对象获得ThaiBuddhistDate
。default ChronoLocalDateTime<? extends ChronoLocalDate>
Chronology. localDateTime(TemporalAccessor temporal)
从另一个时间对象获得此年表中的本地日期时间。LocalDateTime
IsoChronology. localDateTime(TemporalAccessor temporal)
从另一个日期时间对象获取ISO本地日期时间。default ChronoZonedDateTime<? extends ChronoLocalDate>
Chronology. zonedDateTime(TemporalAccessor temporal)
从另一个时间对象获得此年表中的ChronoZonedDateTime
。ZonedDateTime
IsoChronology. zonedDateTime(TemporalAccessor temporal)
从另一个日期时间对象获取ISO分区日期时间。 -
Uses of TemporalAccessor in java.time.format
Methods in java.time.format that return TemporalAccessor 变量和类型 方法 描述 TemporalAccessor
DateTimeFormatter. parse(CharSequence text)
完全解析生成临时对象的文本。TemporalAccessor
DateTimeFormatter. parse(CharSequence text, ParsePosition position)
使用此格式化程序解析文本,提供对文本位置的控制。TemporalAccessor
DateTimeFormatter. parseBest(CharSequence text, TemporalQuery<?>... queries)
完全解析生成指定类型之一的对象的文本。TemporalAccessor
DateTimeFormatter. parseUnresolved(CharSequence text, ParsePosition position)
使用此格式化程序解析文本,而不解析结果,用于高级用例。Methods in java.time.format with parameters of type TemporalAccessor 变量和类型 方法 描述 String
DateTimeFormatter. format(TemporalAccessor temporal)
使用此格式化程序格式化日期时间对象。void
DateTimeFormatter. formatTo(TemporalAccessor temporal, Appendable appendable)
使用此格式化程序将日期时间对象格式化为Appendable
。 -
Uses of TemporalAccessor in java.time.temporal
Subinterfaces of TemporalAccessor in java.time.temporal 变量和类型 接口 描述 interface
Temporal
定义对时态对象的读写访问的框架级接口,例如日期,时间,偏移或这些的某种组合。Methods in java.time.temporal that return TemporalAccessor 变量和类型 方法 描述 default TemporalAccessor
TemporalField. resolve(Map<TemporalField,Long> fieldValues, TemporalAccessor partialTemporal, ResolverStyle resolverStyle)
解析此字段以提供更简单的替代或日期。Methods in java.time.temporal with parameters of type TemporalAccessor 变量和类型 方法 描述 long
TemporalField. getFrom(TemporalAccessor temporal)
从指定的时态对象获取此字段的值。boolean
TemporalField. isSupportedBy(TemporalAccessor temporal)
检查时态对象是否支持此字段。R
TemporalQuery. queryFrom(TemporalAccessor temporal)
查询指定的时态对象。ValueRange
TemporalField. rangeRefinedBy(TemporalAccessor temporal)
使用temporal对象获取此字段的有效值范围以优化结果。default TemporalAccessor
TemporalField. resolve(Map<TemporalField,Long> fieldValues, TemporalAccessor partialTemporal, ResolverStyle resolverStyle)
解析此字段以提供更简单的替代或日期。
-