|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Duration | |
---|---|
ix.icore.domain | Domain descriptions. |
ix.util | General-purpose utilities. |
Uses of Duration in ix.icore.domain |
---|
Fields in ix.icore.domain declared as Duration | |
---|---|
protected Duration |
TimeWindow.max
|
protected Duration |
TimeWindow.min
|
Methods in ix.icore.domain that return Duration | |
---|---|
Duration |
TimeWindow.getMax()
|
Duration |
TimeWindow.getMin()
|
Methods in ix.icore.domain with parameters of type Duration | |
---|---|
void |
TimeWindow.setMax(Duration d)
|
void |
TimeWindow.setMin(Duration d)
|
Constructors in ix.icore.domain with parameters of type Duration | |
---|---|
TimeWindow(Duration min,
Duration max)
|
Uses of Duration in ix.util |
---|
Methods in ix.util that return Duration | |
---|---|
Duration |
Duration.round(long granularity)
Returns this Duration after rounding the time to the nearest multiple of the specified granularity. |
Duration |
Duration.roundToMinutes()
Equivalent to round(60 * 1000). |
Duration |
Duration.roundToSeconds()
Equivalent to round(1000). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |