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

Method getMinute

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

Source from the content-addressed store, hash-verified

640 }
641
642 @Override
643 public int getMinute() {
644
645 return this.time.getMinute();
646
647 }
648
649 @Override
650 public int getSecond() {

Callers

nothing calls this directly

Calls 1

getMinuteMethod · 0.65

Tested by

no test coverage detected