类 | 描述 |
---|---|
ZoneOffsetTransition |
由本地时间线不连续性引起的两个偏移之间的转换。
|
ZoneOffsetTransitionRule |
表达如何创建转换的规则。
|
ZoneRules |
定义区域偏移对于单个时区的变化的规则。
|
ZoneRulesProvider |
提供给系统的时区规则。
|
Enum | 描述 |
---|---|
ZoneOffsetTransitionRule.TimeDefinition |
本地时间可以转换为实际转换日期时间的方式的定义。
|
异常 | 描述 |
---|---|
ZoneRulesException |
抛出指示时区配置的问题。
|
支持时区及其规则。
夏令时间和时区是各国政府改变当地时间的概念。 该包提供对时区,其规则的支持,以及通常由夏令时引起的本地时间线中产生的间隙和重叠。
除非另有说明,否则在此包中的任何类或接口中将null参数传递给构造函数或方法将导致抛出NullPointerException
。 Javadoc“@param”定义用于总结空行为。 “@throws NullPointerException
”没有在每个方法中明确记录。
所有计算应检查数字溢出,并抛出ArithmeticException
或DateTimeException
。
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.