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

Method getSecond

base/src/main/java/net/time4j/PlainTimestamp.java:649–654  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

647 }
648
649 @Override
650 public int getSecond() {
651
652 return this.time.getSecond();
653
654 }
655
656 @Override
657 public int getNanosecond() {

Callers

nothing calls this directly

Calls 1

getSecondMethod · 0.65

Tested by

no test coverage detected