Uses of Class
groovy.time.BaseDuration

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
           
 class Duration
           
 class TimeDatumDependentDuration
           
 class TimeDuration
           
 

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)
           
 



Copyright © ${year} The Codehaus. All Rights Reserved.