Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
time
Method · 0.95
checkTz
Method · 0.45
item
Method · 0.45
item
Method · 0.45
Calls
1
tim
Method · 0.95
Tested by
no test coverage detected