Uses of Class
org.basex.query.value.item.DTDur

Packages that use DTDur
org.basex.query.value.item   
 

Uses of DTDur in org.basex.query.value.item
 

Methods in org.basex.query.value.item with parameters of type DTDur
protected  void ADate.calc(DTDur dur, boolean p)
          Adds/subtracts the specified dayTime duration.
abstract  void ADate.timeZone(DTDur tz, boolean spec, InputInfo ii)
          Adjusts the timezone.
 void Dtm.timeZone(DTDur tz, boolean spec, InputInfo ii)
           
 void GDt.timeZone(DTDur tz, boolean d, InputInfo ii)
           
 void Dat.timeZone(DTDur tz, boolean spec, InputInfo ii)
           
 void Tim.timeZone(DTDur tz, boolean spec, InputInfo ii)
           
protected  void ADate.tz(DTDur tz, boolean spec, InputInfo ii)
          Adjusts the timezone.
 

Constructors in org.basex.query.value.item with parameters of type DTDur
DTDur(DTDur it, DTDur a, boolean p, InputInfo ii)
          Constructor.
Tim(Tim time, DTDur dur, boolean plus)
          Constructor.