Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ minutes
Method
minutes
base/src/main/java/net/time4j/Duration.java:4123–4128 ·
view source on GitHub ↗
(int num)
Source
from the content-addressed store, hash-verified
4121
* @see ClockUnit#MINUTES
4122
*/
4123
public
Builder minutes(
int
num) {
4124
4125
this.set(num, MINUTES);
4126
return
this;
4127
4128
}
4129
4130
/**
4131
* <p>Adds a second item. </p>
Callers
15
ofPositiveBuilder
Method · 0.80
ofNegativeBuilder
Method · 0.80
ofBuilderWithDuplicateUnit1
Method · 0.80
ofBuilderWithDuplicateUnit2
Method · 0.80
getTotalLength
Method · 0.80
compose
Method · 0.80
jodaStyle
Method · 0.80
withApproximatePeriodInRoundedStepsOf24Hours
Method · 0.80
withApproximatePeriodAppliedOnGeneralDuration
Method · 0.80
withApproximatePeriodInRoundedStepsOf3Hours
Method · 0.80
withApproximatePeriodInNonPositiveRoundedSteps
Method · 0.80
withApproximateMaxUnitOnly
Method · 0.80
Calls
1
set
Method · 0.95
Tested by
15
ofPositiveBuilder
Method · 0.64
ofNegativeBuilder
Method · 0.64
ofBuilderWithDuplicateUnit1
Method · 0.64
ofBuilderWithDuplicateUnit2
Method · 0.64
getTotalLength
Method · 0.64
compose
Method · 0.64
jodaStyle
Method · 0.64
withApproximatePeriodInRoundedStepsOf24Hours
Method · 0.64
withApproximatePeriodAppliedOnGeneralDuration
Method · 0.64
withApproximatePeriodInRoundedStepsOf3Hours
Method · 0.64
withApproximatePeriodInNonPositiveRoundedSteps
Method · 0.64
withApproximateMaxUnitOnly
Method · 0.64