|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseDuration | |
---|---|
groovy.time | TimeCategory related classes |
org.codehaus.groovy.runtime | Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator. |
Uses of BaseDuration in groovy.time |
---|
Subclasses of BaseDuration in groovy.time | |
---|---|
class |
DatumDependentDuration
DatumDependentDuration represents durations whose length in milliseconds cannot be determined without knowing the datum point. |
class |
Duration
Duration represents time periods which have values independant of the context. |
class |
TimeDatumDependentDuration
TimeDatumDuration represents a time perid which results from an arithmetic operation between a TimeDuration object and a DatumDuration object |
class |
TimeDuration
TimeDuration represents time periods expressed in units of hours, minutes, seconds and milliseconds. |
Uses of BaseDuration in org.codehaus.groovy.runtime |
---|
Methods in org.codehaus.groovy.runtime with parameters of type BaseDuration | |
---|---|
static Duration |
TimeCategory.getDaylightSavingsOffset(BaseDuration self)
|
static java.util.Date |
TimeCategory.minus(java.util.Date date,
BaseDuration duration)
|
static java.util.Date |
TimeCategory.plus(java.util.Date date,
BaseDuration duration)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |