Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ seconds
Method
seconds
base/src/main/java/net/time4j/Duration.java:4148–4153 ·
view source on GitHub ↗
(int num)
Source
from the content-addressed store, hash-verified
4146
* @see ClockUnit#SECONDS
4147
*/
4148
public
Builder seconds(
int
num) {
4149
4150
this.set(num, SECONDS);
4151
return
this;
4152
4153
}
4154
4155
/**
4156
* <p>Adds a millisecond item. </p>
Callers
14
ofPositiveBuilder
Method · 0.80
ofNegativeBuilder
Method · 0.80
ofNegativeBuilderWithZeroPart
Method · 0.80
ofBuilderWithDuplicateUnit1
Method · 0.80
ofBuilderWithDuplicateUnit2
Method · 0.80
getTotalLength
Method · 0.80
compose
Method · 0.80
withSTD_PERIOD
Method · 0.80
withApproximatePeriodAppliedOnGeneralDuration
Method · 0.80
withTruncatingTimestampNormalizer
Method · 0.80
parseMomentIntervals
Method · 0.80
normalize
Method · 0.80
Calls
1
set
Method · 0.95
Tested by
13
ofPositiveBuilder
Method · 0.64
ofNegativeBuilder
Method · 0.64
ofNegativeBuilderWithZeroPart
Method · 0.64
ofBuilderWithDuplicateUnit1
Method · 0.64
ofBuilderWithDuplicateUnit2
Method · 0.64
getTotalLength
Method · 0.64
compose
Method · 0.64
withSTD_PERIOD
Method · 0.64
withApproximatePeriodAppliedOnGeneralDuration
Method · 0.64
withTruncatingTimestampNormalizer
Method · 0.64
parseMomentIntervals
Method · 0.64
xmlDurationToTime4J
Method · 0.64