libtime++: Date and time calculation

◆ operator+=()

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

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

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

358 {
360  time_kernel::time_add(B.Mtime_Ts, A.Mtime_Ts, &Mtime_Ts);
361  return(*this);
362 }
TAbsoluteTime(const std::string &Itimestring)
Definition: libtime++.h:306
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
Here is the call graph for this function: