软件包 | 描述 |
---|---|
java.time |
日期、时间、时刻主要的API,和持续时间。
|
java.time.chrono |
除了默认的标准以外的日历系统的通用的。
|
Modifier and Type | Method and Description |
---|---|
IsoChronology |
LocalDate.getChronology()
获取此日期的日期,这是国际标准化组织的日历系统。
|
IsoChronology |
Period.getChronology()
获取此期间的时间顺序,这是一段的日历系统。
|
Modifier and Type | Field and Description |
---|---|
static IsoChronology |
IsoChronology.INSTANCE
国际标准化组织的单例实例。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.