libtime++: Date and time calculation

◆ advancedby()

TRange libtime::TRange::advancedby ( const TRelativeTime dt) const

return a range advanced by dt

Definition at line 110 of file ranges.cc.

References advance().

111  {
112  TRange retval(*this);
113  retval.advance(dt);
114  return(retval);
115  }
Here is the call graph for this function: