Uses of Class org.joda.time.Weeks

Uses in package org.joda.time

Fields of type org.joda.time.Weeks

Weeks
Constant representing the maximum number of weeks that can be stored in this object.
Weeks
Constant representing the minimum number of weeks that can be stored in this object.
Weeks
Constant representing one week.
Weeks
Constant representing three weeks.
Weeks
Constant representing two weeks.
Weeks
Constant representing zero weeks.

Methods with parameter type org.joda.time.Weeks

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

Methods with return type org.joda.time.Weeks

Weeks
Weeks.dividedBy(int divisor)
Returns a new instance with the weeks divided by the specified divisor.
Weeks
Weeks.minus(int weeks)
Returns a new instance with the specified number of weeks taken away.
Weeks
Weeks.minus(Weeks weeks)
Returns a new instance with the specified number of weeks taken away.
Weeks
Weeks.multipliedBy(int scalar)
Returns a new instance with the weeks multiplied by the specified scalar.
Weeks
Returns a new instance with the weeks value negated.
Weeks
Weeks.parseWeeks(String periodStr)
Creates a new Weeks by parsing a string in the ISO8601 format 'PnW'.
Weeks
Weeks.plus(int weeks)
Returns a new instance with the specified number of weeks added.
Weeks
Weeks.plus(Weeks weeks)
Returns a new instance with the specified number of weeks added.
Weeks
Creates a new Weeks representing the number of complete standard length weeks in the specified period.
Weeks
Converts this period in days to a period in weeks assuming a 7 day week.
Weeks
Converts this period in hours to a period in weeks assuming a 7 day week and 24 hour day.
Weeks
Converts this period in minutes to a period in weeks assuming a 7 days week, 24 hour day and 60 minute hour.
Weeks
Converts this period to a period in weeks assuming a 7 day week, 24 hour day, 60 minute hour and 60 second minute.
Weeks
Converts this period in seconds to a period in weeks assuming a 7 day week, 24 hour day, 60 minute hour and 60 second minute.
Weeks
Weeks.weeks(int weeks)
Obtains an instance of Weeks that may be cached.
Weeks
Creates a Weeks representing the number of whole weeks between the two specified datetimes.
Weeks
Creates a Weeks representing the number of whole weeks between the two specified partial datetimes.
Weeks
Creates a Weeks representing the number of whole weeks in the specified interval.

Copyright (c) 2001-2006 - Joda.org