31 #pragma warning (push)
32 #pragma warning (disable : 4127)
35 #include <boost/date_time/posix_time/posix_time.hpp>
43 # ifdef DOUF_TIME_CPP_EXPORTS
44 # define DOUF_TIME_CPP_API __declspec(dllexport)
46 # define DOUF_TIME_CPP_API __declspec(dllimport)
48 # pragma comment( lib, "douf_time_cpp.lib" )
50 # pragma comment( lib, "douf_time_cppd.lib" )
53 #elif defined __GNUC__
54 # define DOUF_TIME_CPP_API
112 #endif //__DOUF_TIME_H
Float64 Second
64 bit representation of Second.
Definition: Dob/Typesystem/Defs.h:200
The Time class contains functions to operate on time.
Definition: TimeProvider.h:65