 |
Apache Ignite C++
|
Go to the documentation of this file.
23 #ifndef _IGNITE_TIMESTAMP
24 #define _IGNITE_TIMESTAMP
28 #include <ignite/common/common.h>
66 Timestamp(int64_t seconds, int32_t fractionNs);
81 int64_t GetMilliseconds()
const;
88 int64_t GetSeconds()
const;
95 int32_t GetSecondFraction()
const;
102 Date GetDate()
const;
166 #endif //_IGNITE_TIMESTAMP
Apache Ignite API.
Definition: cache.h:48
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
Timestamp type.
Definition: timestamp.h:37
Date type.
Definition: date.h:35
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