Uses of Class org.joda.time.Months

Uses in package org.joda.time

Fields of type org.joda.time.Months

Months
Constant representing eight months.
Months
Constant representing eleven months.
Months
Constant representing five months.
Months
Constant representing four months.
Months
Constant representing the maximum number of months that can be stored in this object.
Months
Constant representing the minimum number of months that can be stored in this object.
Months
Constant representing nine months.
Months
Constant representing one day.
Months
Constant representing seven months.
Months
Constant representing six months.
Months
Constant representing ten months.
Months
Constant representing three months.
Months
Constant representing twelve months.
Months
Constant representing two months.
Months
Constant representing zero months.

Methods with parameter type org.joda.time.Months

boolean
Is this months instance greater than the specified number of months.
boolean
Is this months instance less than the specified number of months.
Months
Returns a new instance with the specified number of months taken away.
Months
Months.plus(Months months)
Returns a new instance with the specified number of months added.

Methods with return type org.joda.time.Months

Months
Months.dividedBy(int divisor)
Returns a new instance with the months divided by the specified divisor.
Months
Months.minus(int months)
Returns a new instance with the specified number of months taken away.
Months
Returns a new instance with the specified number of months taken away.
Months
Months.months(int months)
Obtains an instance of Months that may be cached.
Months
Creates a Months representing the number of whole months between the two specified datetimes.
Months
Creates a Months representing the number of whole months between the two specified partial datetimes.
Months
Creates a Months representing the number of whole months in the specified interval.
Months
Months.multipliedBy(int scalar)
Returns a new instance with the months multiplied by the specified scalar.
Months
Returns a new instance with the months value negated.
Months
Months.parseMonths(String periodStr)
Creates a new Months by parsing a string in the ISO8601 format 'PnM'.
Months
Months.plus(int months)
Returns a new instance with the specified number of months added.
Months
Months.plus(Months months)
Returns a new instance with the specified number of months added.

Copyright (c) 2001-2006 - Joda.org