Frames | No Frames |
Fields of type org.joda.time.Period | |
Period | A period of zero length and standard period type. |
Methods with return type org.joda.time.Period | |
Period | Create a period with a specified number of days. |
Period | Creates a period from two partially specified times, calculating
by field difference. |
Period | Create a period with a specified number of hours. |
Period | Create a period with a specified number of millis. |
Period | Returns a new period with the specified period subtracted. |
Period | Returns a new period minus the specified number of days taken away. |
Period | Period.minusHours(int hours) Returns a new period minus the specified number of hours taken away. |
Period | Period.minusMillis(int millis) Returns a new period minus the specified number of millis taken away. |
Period | Period.minusMinutes(int minutes) Returns a new period minus the specified number of minutes taken away. |
Period | Period.minusMonths(int months) Returns a new period minus the specified number of months taken away. |
Period | Period.minusSeconds(int seconds) Returns a new period minus the specified number of seconds taken away. |
Period | Period.minusWeeks(int weeks) Returns a new period minus the specified number of weeks taken away. |
Period | Period.minusYears(int years) Returns a new period with the specified number of years taken away. |
Period | Create a period with a specified number of minutes. |
Period | Create a period with a specified number of months. |
Period | Normalizes this period using standard rules, assuming a 12 month year,
7 day week, 24 hour day, 60 minute hour and 60 second minute. |
Period | Normalizes this period using standard rules, assuming a 12 month year,
7 day week, 24 hour day, 60 minute hour and 60 second minute,
providing control over how the result is split into fields. |
Period | Returns a new period with the specified period added. |
Period | Returns a new period plus the specified number of days added. |
Period | Returns a new period plus the specified number of hours added. |
Period | Period.plusMillis(int millis) Returns a new period plus the specified number of millis added. |
Period | Period.plusMinutes(int minutes) Returns a new period plus the specified number of minutes added. |
Period | Period.plusMonths(int months) Returns a new period plus the specified number of months added. |
Period | Period.plusSeconds(int seconds) Returns a new period plus the specified number of seconds added. |
Period | Returns a new period plus the specified number of weeks added. |
Period | Returns a new period with the specified number of years added. |
Period | Create a period with a specified number of seconds. |
Period | Get this period as an immutable Period object
by returning this . |
Period | Converts this duration to a Period instance using the standard period type
and the ISO chronology. |
Period | Converts the duration of the interval to a period using the
standard period type. |
Period | Get this period as an immutable Period object. |
Period | Converts the duration of the interval to a period using the
specified period type. |
Period | Create a period with a specified number of weeks. |
Period | Returns a new period with the specified number of days. |
Period | Creates a new Period instance with the specified field set to a new value. |
Period | Creates a new Period instance with the valueToAdd added to the specified field. |
Period | Creates a new Period instance with the fields from the specified period
copied on top of those from this period. |
Period | Returns a new period with the specified number of hours. |
Period | Period.withMillis(int millis) Returns a new period with the specified number of millis. |
Period | Period.withMinutes(int minutes) Returns a new period with the specified number of minutes. |
Period | Period.withMonths(int months) Returns a new period with the specified number of months. |
Period | Creates a new Period instance with the same field values but
different PeriodType. |
Period | Period.withSeconds(int seconds) Returns a new period with the specified number of seconds. |
Period | Returns a new period with the specified number of weeks. |
Period | Returns a new period with the specified number of years. |
Period | Create a period with a specified number of years. |
Methods with return type org.joda.time.Period | |
Period | PeriodFormatter.parsePeriod(String text) Parses a period from the given text, returning a new Period. |
Methods with return type org.joda.time.Period | |
Period | Converts this duration to a Period instance using the standard period type
and the ISO chronology. |
Period | Converts the duration of the interval to a Period using the
All period type. |
Period | Get this period as an immutable Period object. |
Period | Get this period as an immutable Period object. |
Period | Converts this duration to a Period instance using the standard period type
and the specified chronology. |
Period | Converts the duration of the interval to a Period using the
specified period type. |
Period | Converts this duration to a Period instance using the specified period type
and the ISO chronology. |
Period | Converts this duration to a Period instance using the specified period type
and chronology. |
Period | Converts this duration to a Period instance by adding the duration to a start
instant to obtain an interval using the standard period type. |
Period | Converts this duration to a Period instance by adding the duration to a start
instant to obtain an interval. |
Period | Converts this duration to a Period instance by subtracting the duration
from an end instant to obtain an interval using the standard period
type. |
Period | Converts this duration to a Period instance by subtracting the duration
from an end instant to obtain an interval using the standard period
type. |