libtime++: Date and time calculation

◆ Milliseconds() [2/2]

libtime::Milliseconds::Milliseconds ( const double &  milliseconds)
inline

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

592  : TRelativeTime(double2time(1.e-3*milliseconds)) { }
TRelativeTime double2time(const double &seconds)
convert seconds to relative time
Definition: convert.cc:42
TRelativeTime(const std::string &Itimestring)
Definition: libtime++.h:392