MCPcopy Index your code
hub / github.com/apache/groovy / getMillis

Method getMillis

src/main/java/groovy/time/BaseDuration.java:157–159  ·  view source on GitHub ↗

Returns the millisecond component. @return the millisecond component

()

Source from the content-addressed store, hash-verified

155 * @return the millisecond component
156 */
157 public int getMillis() {
158 return this.millis;
159 }
160
161 /**
162 * Adds this duration to the supplied date.

Callers 15

minusMethod · 0.80
plusMethod · 0.80
minusMethod · 0.80
getAgoMethod · 0.80
getNowMethod · 0.80
plusMethod · 0.80
minusMethod · 0.80
getAgoMethod · 0.80
getNowMethod · 0.80
plusMethod · 0.80
minusMethod · 0.80
toMillisecondsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected