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

Method day

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

Source from the content-addressed store, hash-verified

147 }
148
149 @Override
150 public final long day() {
151 return seconds.divideToIntegralValue(BD_864000).longValue();
152 }
153
154 @Override
155 public final long hour() {

Callers 5

dateMethod · 0.95
itemMethod · 0.45
checkTzMethod · 0.45
itemMethod · 0.45
stringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected