| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.jodatime |
Provides support for dates, times, time zones, durations, intervals, and
partials.
|
| com.jn.langx.util.jodatime.base |
Implementation package providing abstract and base time classes.
|
| com.jn.langx.util.jodatime.chrono |
Package containing the chronology classes which define the calendar systems.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ReadWritableDateTime
Defines an instant in time that can be queried and modified using datetime fields.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DateMidnight
已过时。
The time of midnight does not exist in some time zones
where the daylight saving time forward shift skips the midnight hour.
Use
LocalDate to represent a date without a time zone.
Or use DateTime to represent a full date and time, perhaps
using DateTime.withTimeAtStartOfDay() to get an instant at the
start of a day. |
class |
DateTime
DateTime is the standard implementation of an unmodifiable datetime class.
|
class |
MutableDateTime
MutableDateTime is the standard implementation of a modifiable datetime class.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractDateTime
AbstractDateTime provides the common behaviour for datetime classes.
|
class |
BaseDateTime
BaseDateTime is an abstract implementation of ReadableDateTime that stores
data in
long and Chronology fields. |
| 限定符和类型 | 方法和说明 |
|---|---|
static LimitChronology |
LimitChronology.getInstance(Chronology base,
ReadableDateTime lowerLimit,
ReadableDateTime upperLimit)
Wraps another chronology, with datetime limits.
|
Copyright © 2019. All rights reserved.