 |
GridGain C++
|
Go to the documentation of this file.
27 #include <ignite/common/common.h>
34 class IGNITE_IMPORT_EXPORT
Date
62 Date& operator=(
const Date& another);
69 int64_t GetMilliseconds()
const;
76 int64_t GetSeconds()
const;
133 int64_t milliseconds;
137 #endif //_IGNITE_DATE
Ignite API.
Definition: cache.h:47
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
Date type.
Definition: date.h:34
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