Mass++ Common Libraries v2.7.5
 All Classes Namespaces Files Functions Variables Enumerations Macros
TimeFunctions.h
Go to the documentation of this file.
1 
12 #ifndef __KOME_CORE_TIME_FUNCTIONS_H__
13 #define __KOME_CORE_TIME_FUNCTIONS_H__
14 
15 
21 long long getcurrenttime();
22 
29 std::string datetostring( struct tm* date );
30 
31 #endif // __KOME_CORE_TIME_FUNCTIONS_H__
std::string datetostring(struct tm *date)
date -> string
long long getcurrenttime()
gets current time in miliseconds