libtime++: Date and time calculation

◆ Hours() [2/2]

libtime::Hours::Hours ( const double &  hours)
inline

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

557  : TRelativeTime(double2time(60.*60.*hours)) { }
TRelativeTime double2time(const double &seconds)
convert seconds to relative time
Definition: convert.cc:42
TRelativeTime(const std::string &Itimestring)
Definition: libtime++.h:392