Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ getAmount
Method
getAmount
base/src/main/java/net/time4j/engine/TimeSpan.java:354–358 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
352
* @
return
amount in units ({@code >= 0})
353
*/
354
public
long getAmount() {
355
356
return
this.amount;
357
358
}
359
360
/**
361
* <p>Yields the time unit. </p>
Callers
15
printRelativeOrDate
Method · 0.45
printRelativeTime
Method · 0.45
pushDuration
Method · 0.45
convert
Method · 0.45
writeDuration
Method · 0.45
normalize
Method · 0.45
normalize
Method · 0.45
contains
Method · 0.45
getPartialAmount
Method · 0.45
plus
Method · 0.45
with
Method · 0.45
multipliedBy
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected