 |
GridGain C++
|
Go to the documentation of this file.
27 #include <ignite/common/common.h>
34 class IGNITE_IMPORT_EXPORT
Time
62 Time& operator=(
const Time& another);
69 int64_t GetMilliseconds()
const;
76 int64_t GetSeconds()
const;
133 int64_t milliseconds;
137 #endif //_IGNITE_TIME
Ignite API.
Definition: cache.h:47
Time type.
Definition: time.h:34
bool operator<(const Date &val1, const Date &val2)
Definition: date.cpp:63
bool operator>=(const Date &val1, const Date &val2)
Definition: date.cpp:78
bool operator<=(const Date &val1, const Date &val2)
Definition: date.cpp:68
bool operator>(const Date &val1, const Date &val2)
Definition: date.cpp:73
bool operator!=(const Date &val1, const Date &val2)
Definition: date.cpp:58
bool operator==(const Date &val1, const Date &val2)
Definition: date.cpp:53