MCPcopy 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

ofPositiveBuilderMethod · 0.80
ofNegativeBuilderMethod · 0.80
getTotalLengthMethod · 0.80
composeMethod · 0.80
withSTD_PERIODMethod · 0.80
parseMomentIntervalsMethod · 0.80
normalizeMethod · 0.80

Calls 1

setMethod · 0.95

Tested by 13

ofPositiveBuilderMethod · 0.64
ofNegativeBuilderMethod · 0.64
getTotalLengthMethod · 0.64
composeMethod · 0.64
withSTD_PERIODMethod · 0.64
parseMomentIntervalsMethod · 0.64
xmlDurationToTime4JMethod · 0.64