| Package | Description | 
|---|---|
| org.joda.time | 
 
Provides support for dates, times, time zones, durations, intervals, and
partials. 
 | 
| org.joda.time.base | 
 
Implementation package providing abstract and base time classes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MonthDay
MonthDay is an immutable partial supporting the monthOfYear and dayOfMonth fields. 
 | 
class  | 
TimeOfDay
Deprecated. 
 
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
Deprecated. 
 
Use LocalDate which has a much better internal implementation and
  has been available since 1.3 
 | 
| Constructor and Description | 
|---|
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 © 2002–2025 Joda.org. All rights reserved.