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

Method hour

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

Source from the content-addressed store, hash-verified

152 }
153
154 @Override
155 public final long hour() {
156 return tim() / 3600;
157 }
158
159 @Override
160 public final long minute() {

Callers 4

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

Calls 1

timMethod · 0.95

Tested by

no test coverage detected