MCPcopy Create free account
hub / github.com/BaseXdb/basex / minute

Method minute

basex-core/src/main/java/org/basex/query/value/item/Dur.java:159–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157 }
158
159 @Override
160 public final long minute() {
161 return tim() % 3600 / 60;
162 }
163
164 @Override
165 public final BigDecimal seconds() {

Callers 4

timeMethod · 0.95
checkTzMethod · 0.45
itemMethod · 0.45
itemMethod · 0.45

Calls 1

timMethod · 0.95

Tested by

no test coverage detected