Uses of Class org.joda.time.Minutes

Uses in package org.joda.time

Fields of type org.joda.time.Minutes

Minutes
Constant representing the maximum number of minutes that can be stored in this object.
Minutes
Constant representing the minimum number of minutes that can be stored in this object.
Minutes
Constant representing one minute.
Minutes
Constant representing three minutes.
Minutes
Constant representing two minutes.
Minutes
Constant representing zero minutes.

Methods with parameter type org.joda.time.Minutes

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

Methods with return type org.joda.time.Minutes

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

Copyright (c) 2001-2006 - Joda.org