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 |
Minutes.minus(Minutes minutes) |
Returns a new instance with the specified number of minutes taken away.
|
static Minutes |
Minutes.minutes(int minutes) |
Obtains an instance of Minutes that may be cached.
|
static Minutes |
Minutes.minutesBetween(ReadableInstant start,
ReadableInstant end) |
Creates a Minutes representing the number of whole minutes
between the two specified datetimes.
|
static Minutes |
Minutes.minutesBetween(ReadablePartial start,
ReadablePartial end) |
Creates a Minutes representing the number of whole minutes
between the two specified partial datetimes.
|
static Minutes |
Minutes.minutesIn(ReadableInterval interval) |
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 |
Minutes.negated() |
Returns a new instance with the minutes value negated.
|
static 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.
|
static Minutes |
Minutes.standardMinutesIn(ReadablePeriod period) |
Creates a new Minutes representing the number of complete
standard length minutes in the specified period.
|
Minutes |
Days.toStandardMinutes() |
Converts this period in days to a period in minutes assuming a
24 hour day and 60 minute hour.
|
Minutes |
Duration.toStandardMinutes() |
Converts this duration to a period in minutes assuming that there are the
standard number of milliseconds in a minute.
|
Minutes |
Hours.toStandardMinutes() |
Converts this period in hours to a period in minutes assuming a
60 minute hour.
|
Minutes |
Period.toStandardMinutes() |
Converts this period to a period in minutes assuming a
7 day week, 24 hour day, 60 minute hour and 60 second minute.
|
Minutes |
Seconds.toStandardMinutes() |
Converts this period in seconds to a period in minutes assuming a
60 second minute.
|
Minutes |
Weeks.toStandardMinutes() |
Converts this period in weeks to a period in minutes assuming a
7 day week, 24 hour day and 60 minute hour.
|