libtime++: Date and time calculation

◆ operator-=()

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

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

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

364 {
366  time_kernel::time_sub(B.Mtime_Ts, A.Mtime_Ts, &Mtime_Ts);
367  return(*this);
368 }
TAbsoluteTime(const std::string &Itimestring)
Definition: libtime++.h:306
time_kernel::time_Ts Mtime_Ts
Definition: libtime++.h:140
void time_sub(time_Ts Date1, time_Ts Date2, time_Ts *Pdate3)
Definition: ctime_sub.c:33
Here is the call graph for this function: