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 | Description |
---|---|---|
class |
Days |
An immutable time period representing a number of days.
|
class |
Hours |
An immutable time period representing a number of hours.
|
class |
Minutes |
An immutable time period representing a number of minutes.
|
class |
Months |
An immutable time period representing a number of months.
|
class |
Seconds |
An immutable time period representing a number of seconds.
|
class |
Weeks |
An immutable time period representing a number of weeks.
|
class |
Years |
An immutable time period representing a number of years.
|
Modifier and Type | Method | Description |
---|---|---|
int |
BaseSingleFieldPeriod.compareTo(BaseSingleFieldPeriod other) |
Compares this period to another object of the same class.
|
Copyright © 2002–2018 Joda.org. All rights reserved.