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

Method getSecond

src/main/java/groovy/time/TimeCategory.java:296–298  ·  view source on GitHub ↗

Alias for #getSeconds(Integer). @param self the number of seconds @return the corresponding duration

(final Integer self)

Source from the content-addressed store, hash-verified

294 * @return the corresponding duration
295 */
296 public static TimeDuration getSecond(final Integer self) {
297 return getSeconds(self);
298 }
299
300 /**
301 * Returns a millisecond-based duration for the supplied number of milliseconds.

Callers

nothing calls this directly

Calls 1

getSecondsMethod · 0.95

Tested by

no test coverage detected