libtime++: Date and time calculation

◆ operator=() [1/3]

TRelativeTime & libtime::TRelativeTime::operator= ( const time_kernel::time_Ts &  A)
inline

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

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

506  { Mtime_Ts=A; Mtime_Ts.year=0; norm(); return(*this); }
time_kernel::time_Ts Mtime_Ts
Definition: libtime++.h:140
Here is the call graph for this function: