| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.jodatime |
Provides support for dates, times, time zones, durations, intervals, and
partials.
|
| com.jn.langx.util.jodatime.format |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ReadWritableDateTime
Defines an instant in time that can be queried and modified using datetime fields.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
MutableDateTime
MutableDateTime is the standard implementation of a modifiable datetime class.
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
DateTimeFormatter.parseInto(ReadWritableInstant instant,
String text,
int position)
Parses a datetime from the given text, at the given position, saving the
result into the fields of the given ReadWritableInstant.
|
Copyright © 2020. All rights reserved.