Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ days
Method
days
base/src/main/java/net/time4j/Duration.java:4073–4078 ·
view source on GitHub ↗
(int num)
Source
from the content-addressed store, hash-verified
4071
* @see CalendarUnit#DAYS
4072
*/
4073
public
Builder days(
int
num) {
4074
4075
this.set(num, DAYS);
4076
return
this;
4077
4078
}
4079
4080
/**
4081
* <p>Adds a hour item. </p>
Callers
15
ofPositiveBuilder
Method · 0.80
ofPositiveBuilderWithZeroPart
Method · 0.80
ofNegativeBuilder
Method · 0.80
ofNegativeBuilderWithZeroPart
Method · 0.80
ofBuilderWithDuplicateUnit1
Method · 0.80
ofBuilderWithDuplicateUnit2
Method · 0.80
testEqualsWithSpecialUnits
Method · 0.80
compose
Method · 0.80
jodaStyle
Method · 0.80
toTemporalAmountGeneral
Method · 0.80
withSTD_PERIOD
Method · 0.80
withApproximatePeriodInRoundedStepsOf24Hours
Method · 0.80
Calls
1
set
Method · 0.95
Tested by
15
ofPositiveBuilder
Method · 0.64
ofPositiveBuilderWithZeroPart
Method · 0.64
ofNegativeBuilder
Method · 0.64
ofNegativeBuilderWithZeroPart
Method · 0.64
ofBuilderWithDuplicateUnit1
Method · 0.64
ofBuilderWithDuplicateUnit2
Method · 0.64
testEqualsWithSpecialUnits
Method · 0.64
compose
Method · 0.64
jodaStyle
Method · 0.64
toTemporalAmountGeneral
Method · 0.64
withSTD_PERIOD
Method · 0.64
withApproximatePeriodInRoundedStepsOf24Hours
Method · 0.64