implements of function which deals with time More...

Go to the source code of this file.
Functions | |
| long long | getcurrenttime () |
| gets current time in miliseconds More... | |
| std::string | datetostring (struct tm *date) |
| date -> string More... | |
implements of function which deals with time
interfaces of function which deals with time
Copyright(C) 2006-2014 Eisai Co., Ltd. All rights reserved.
Definition in file TimeFunctions.h.
| std::string datetostring | ( | struct tm * | date | ) |
date -> string
| [in] | date | date object |
Definition at line 53 of file TimeFunctions.cpp.
| long long getcurrenttime | ( | ) |
gets current time in miliseconds
Definition at line 27 of file TimeFunctions.cpp.
1.8.6