JavaScript is disabled on your browser.
跳过导航
概述
模块
软件包
类
使用
树
已过时的
索引
帮助
Java SE 11 & JDK 11
所有类
SEARCH:
JavaScript is disabled on your browser.
Uses of Class
java.time.chrono.IsoEra
Packages that use
IsoEra
软件包
描述
java.time
日期,时间,瞬间和持续时间的主要API。
java.time.chrono
除默认ISO之外的日历系统的通用API。
Uses of
IsoEra
in
java.time
Methods in
java.time
that return
IsoEra
变量和类型
方法
描述
IsoEra
LocalDate.
getEra
()
获取此日期适用的时代。
Uses of
IsoEra
in
java.time.chrono
Methods in
java.time.chrono
that return
IsoEra
变量和类型
方法
描述
static
IsoEra
IsoEra.
of
(int isoEra)
从
int
值获得
IsoEra
的实例。
static
IsoEra
IsoEra.
valueOf
(
String
name)
返回具有指定名称的此类型的枚举常量。
static
IsoEra
[]
IsoEra.
values
()
按照声明的顺序返回一个包含此枚举类型常量的数组。