libtime++: Date and time calculation
|
std::string libtime::TAbsoluteTime::timestring | ( | const std::string & | format | ) | const |
return string representation of time.
The function takes a format definition and passes it to strftime(3) to receive a formatted time string.
format | format string, see strftime(3) |
Definition at line 49 of file formatted_timestring.cc.
References day(), doy(), libtime::TBaseClassTime::hour(), libtime_assert, libtime::TBaseClassTime::minute(), month(), libtime::TBaseClassTime::second(), and year().
Referenced by Ainit_from_value(), and main().