Uses of Class
org.threeten.extra.Minutes
Packages that use Minutes
-
Uses of Minutes in org.threeten.extra
Fields in org.threeten.extra declared as MinutesMethods in org.threeten.extra that return MinutesModifier and TypeMethodDescriptionMinutes.abs()Returns a copy of this duration with a positive length.static MinutesObtains aMinutesconsisting of the number of minutes between two temporals.Minutes.dividedBy(int divisor) Returns an instance with the amount divided by the specified divisor.static MinutesMinutes.from(TemporalAmount amount) Obtains an instance ofMinutesfrom a temporal amount.Minutes.minus(int minutes) Returns a copy of this amount with the specified number of minutes subtracted.Minutes.minus(TemporalAmount amountToSubtract) Returns a copy of this amount with the specified amount subtracted.Minutes.multipliedBy(int scalar) Returns an instance with the amount multiplied by the specified scalar.Minutes.negated()Returns an instance with the amount negated.static MinutesMinutes.of(int minutes) Obtains aMinutesrepresenting a number of minutes.static MinutesMinutes.ofHours(int hours) Obtains aMinutesrepresenting the number of minutes equivalent to a number of hours.static MinutesMinutes.parse(CharSequence text) Obtains aMinutesfrom a text string such asPTnM.Minutes.plus(int minutes) Returns a copy of this amount with the specified number of minutes added.Minutes.plus(TemporalAmount amountToAdd) Returns a copy of this amount with the specified amount added.Methods in org.threeten.extra with parameters of type Minutes