libtime++: Date and time calculation

◆ operator+=()

TRelativeTime & libtime::TRelativeTime::operator+= ( const TRelativeTime A)
inline

Definition at line 432 of file libtime++.h.

References libtime::TBaseClassTime::Mtime_Ts, and time_add().

433 {
435  time_kernel::time_add(B.Mtime_Ts, A.Mtime_Ts, &Mtime_Ts);
436  return(*this);
437 }
time_kernel::time_Ts Mtime_Ts
Definition: libtime++.h:140
void time_add(time_Ts Date1, time_Ts Date2, time_Ts *Pdate3)
Definition: ctime_add.c:33
TRelativeTime(const std::string &Itimestring)
Definition: libtime++.h:392
Here is the call graph for this function: