MCPcopy Create free account
hub / github.com/MenoData/Time4J / millis

Method millis

base/src/main/java/net/time4j/Duration.java:4177–4183  ·  view source on GitHub ↗
(int num)

Source from the content-addressed store, hash-verified

4175 * @throws IllegalStateException if already called
4176 */
4177 public Builder millis(int num) {
4178
4179 this.millisCalled();
4180 this.update(num, MIO);
4181 return this;
4182
4183 }
4184
4185 /**
4186 * <p>Adds a microsecond item. </p>

Callers 7

ofPositiveBuilderMethod · 0.80
ofNegativeBuilderMethod · 0.80
withSTD_PERIODMethod · 0.80
parseMomentIntervalsMethod · 0.80

Calls 2

millisCalledMethod · 0.95
updateMethod · 0.95

Tested by 7

ofPositiveBuilderMethod · 0.64
ofNegativeBuilderMethod · 0.64
withSTD_PERIODMethod · 0.64
parseMomentIntervalsMethod · 0.64