| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
MonthDay
MonthDay is an immutable partial supporting the monthOfYear and dayOfMonth fields.
|
class |
TimeOfDay
已过时。
Use LocalTime which has a much better internal implementation and
has been available since 1.3
|
class |
YearMonth
YearMonth is an immutable partial supporting the year and monthOfYear fields.
|
class |
YearMonthDay
已过时。
Use LocalDate which has a much better internal implementation and
has been available since 1.3
|
| 构造器和说明 |
|---|
BasePartial(BasePartial base,
Chronology chrono)
Private constructor to be used by subclasses only which performs no validation.
|
BasePartial(BasePartial base,
int[] values)
Private constructor to be used by subclasses only which performs no validation.
|
Copyright © 2020. All rights reserved.