35 struct ONIXS_EUREX_EMDI_API
Month 95 unsigned int year,
Month::Enum month,
unsigned int day,
96 unsigned int hour = 0,
unsigned int minute = 0,
unsigned int second = 0,
97 unsigned int nanosecond = 0);
104 unsigned year()
const;
111 unsigned int day()
const;
118 unsigned int hour()
const;
122 unsigned int minute()
const;
126 unsigned int second()
const;
130 unsigned int millisecond()
const;
134 unsigned int microsecond()
const;
138 unsigned int nanosecond()
const;
196 unsigned long long presentation,
200 Timestamp (
long long totalSeconds,
int subseconds);
202 friend class TimeManager;
208 long long totalSeconds,
int subseconds)
209 : sinceEpoch_(totalSeconds, subseconds)
unsigned int millisecond() const
bool operator==(const FieldValueRef &ref, const std::string &str)
unsigned int microsecond() const
std::ostream & operator<<(std::ostream &os, const Message &message)
Defines all the months in the year.
Enum
Defines all the months in the year.
TimeSpan operator-(const Timestamp &left, const Timestamp &right)
bool operator<(const Decimal &l, const Decimal &r)
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)
Int64 Ticks
Integral type presenting internal ticks.
Timestamp()
Initializes as Jan 1, 0001, 00:00:00.