OnixS C++ CME iLink 3 Binary Order Entry Handler 1.18.9
API Documentation
Loading...
Searching...
No Matches
TimeTraits Struct Reference

Static Public Member Functions

static constexpr Int64 nanosecondsPerDay () noexcept
static constexpr Int64 nanosecondsPerHour () noexcept
static constexpr Int64 nanosecondsPerMinute () noexcept
static constexpr Int32 nanosecondsPerSecond () noexcept
static constexpr Int32 nanosecondsPerMillisecond () noexcept
static constexpr Int32 nanosecondsPerMicrosecond () noexcept
static constexpr Int32 hoursPerDay () noexcept
static constexpr Int32 minutesPerHour () noexcept
static constexpr Int32 secondsPerMinute () noexcept
static constexpr Int32 millisecondsPerSecond () noexcept
static constexpr Int32 microsecondsPerSecond () noexcept

Detailed Description

Definition at line 31 of file Time.h.

Member Function Documentation

◆ hoursPerDay()

constexpr Int32 hoursPerDay ( )
inlinestaticconstexprnoexcept
Returns
the number of hours in a day.

Definition at line 77 of file Time.h.

◆ microsecondsPerSecond()

constexpr Int32 microsecondsPerSecond ( )
inlinestaticconstexprnoexcept
Returns
the number of microseconds in a second.

Definition at line 105 of file Time.h.

◆ millisecondsPerSecond()

constexpr Int32 millisecondsPerSecond ( )
inlinestaticconstexprnoexcept
Returns
the number of milliseconds in a second.

Definition at line 98 of file Time.h.

◆ minutesPerHour()

constexpr Int32 minutesPerHour ( )
inlinestaticconstexprnoexcept
Returns
the number of minutes in an hour.

Definition at line 84 of file Time.h.

◆ nanosecondsPerDay()

constexpr Int64 nanosecondsPerDay ( )
inlinestaticconstexprnoexcept
Returns
the number of nanoseconds in a day.

Definition at line 35 of file Time.h.

◆ nanosecondsPerHour()

constexpr Int64 nanosecondsPerHour ( )
inlinestaticconstexprnoexcept
Returns
the number of nanoseconds in an hour.

Definition at line 42 of file Time.h.

◆ nanosecondsPerMicrosecond()

constexpr Int32 nanosecondsPerMicrosecond ( )
inlinestaticconstexprnoexcept
Returns
the number of nanoseconds in a microsecond.

Definition at line 70 of file Time.h.

◆ nanosecondsPerMillisecond()

constexpr Int32 nanosecondsPerMillisecond ( )
inlinestaticconstexprnoexcept
Returns
the number of nanoseconds in a millisecond.

Definition at line 63 of file Time.h.

◆ nanosecondsPerMinute()

constexpr Int64 nanosecondsPerMinute ( )
inlinestaticconstexprnoexcept
Returns
the number of nanoseconds in a minute.

Definition at line 49 of file Time.h.

◆ nanosecondsPerSecond()

constexpr Int32 nanosecondsPerSecond ( )
inlinestaticconstexprnoexcept
Returns
the number of nanoseconds in a second.

Definition at line 56 of file Time.h.

◆ secondsPerMinute()

constexpr Int32 secondsPerMinute ( )
inlinestaticconstexprnoexcept
Returns
the number of seconds in a minute.

Definition at line 91 of file Time.h.