libtime++: Date and time calculation

◆ example6sub()

void example6sub ( std::string  exampledate)

Definition at line 249 of file example++.cc.

Referenced by example6().

250 {
251  cout << " " << exampledate << " means "
252  << std::string(libtime::TAbsoluteTime(exampledate)) << endl;
253 }
class to contain absolute times
Definition: libtime++.h:149
Here is the caller graph for this function: