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
}
libtime::TRange::TRange
TRange()
Definition:
libtime++.h:614
Here is the call graph for this function:
libtime
TRange
Generated on Mon Aug 21 2023 17:36:11 for libtime++: Date and time calculation by
1.8.14