libtime++: Date and time calculation

◆ operator*=()

TRelativeTime & libtime::TRelativeTime::operator*= ( const timeint n)
inline

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

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

456 {
457  time_kernel::time_Ts A(Mtime_Ts);
459  return(*this);
460 }
time_kernel::time_Ts Mtime_Ts
Definition: libtime++.h:140
void time_mul(time_Ts Date1, time_Ts *Pdate2, integer n)
Definition: ctime_mul.c:35
Here is the call graph for this function: