31 struct ONIXS_EUREX_EMDI_API
Month 88 unsigned int year,
Month::Enum month,
unsigned int day,
89 unsigned int hour = 0,
unsigned int minute = 0,
unsigned int second = 0,
90 unsigned int nanosecond = 0);
93 unsigned year()
const;
100 unsigned int day()
const;
107 unsigned int hour()
const;
111 unsigned int minute()
const;
115 unsigned int second()
const;
119 unsigned int millisecond()
const;
123 unsigned int microsecond()
const;
127 unsigned int nanosecond()
const;
184 unsigned long long presentation,
188 Timestamp (
long long totalSeconds,
int subseconds);
196 long long totalSeconds,
int subseconds)
197 : sinceEpoch_(totalSeconds, subseconds)
bool operator<(const Decimal &l, const Decimal &r)
unsigned int millisecond() const
bool operator==(const FieldValueRef &ref, const std::string &str)
unsigned int microsecond() const
Defines all the months in the year.
Enum
Defines all the months in the year.
TimeSpan operator-(const Timestamp &left, const Timestamp &right)
std::string toString(TimestampFormat::Enum=TimestampFormat::YYYYMMDDHHMMSSNsec) const
unsigned int nanosecond() const
Represents timestamp without time-zone information.
const TimeSpan & sinceEpoch() const
Time span since Jan 1, 0001, 00:00:00.
bool operator!=(const FieldValueRef &ref, const std::string &str)
Timestamp()
Initializes as Jan 1, 0001, 00:00:00.