 |
GridGain C++
|
Go to the documentation of this file.
22 #ifndef _IGNITE_TIMESTAMP
23 #define _IGNITE_TIMESTAMP
27 #include <ignite/common/common.h>
65 Timestamp(int64_t seconds, int32_t fractionNs);
80 int64_t GetMilliseconds()
const;
87 int64_t GetSeconds()
const;
94 int32_t GetSecondFraction()
const;
101 Date GetDate()
const;
165 #endif //_IGNITE_TIMESTAMP
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
Timestamp type.
Definition: timestamp.h:36
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