 |
Apache Ignite C++
|
Go to the documentation of this file.
28 #include <ignite/common/common.h>
35 class IGNITE_IMPORT_EXPORT
Time
63 Time& operator=(
const Time& another);
70 int64_t GetMilliseconds()
const;
77 int64_t GetSeconds()
const;
134 int64_t milliseconds;
138 #endif //_IGNITE_TIME
Apache Ignite API.
Definition: cache.h:48
Time type.
Definition: time.h:35
bool operator<(const Date &val1, const Date &val2)
Definition: date.cpp:64
bool operator>=(const Date &val1, const Date &val2)
Definition: date.cpp:79
bool operator<=(const Date &val1, const Date &val2)
Definition: date.cpp:69
bool operator>(const Date &val1, const Date &val2)
Definition: date.cpp:74
bool operator!=(const Date &val1, const Date &val2)
Definition: date.cpp:59
bool operator==(const Date &val1, const Date &val2)
Definition: date.cpp:54