OnixS C++ ICE Binary Order Entry Handler 1.0.0
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 32 of file Time.h.

Member Function Documentation

◆ hoursPerDay()

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

Definition at line 78 of file Time.h.

◆ microsecondsPerSecond()

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

Definition at line 106 of file Time.h.

◆ millisecondsPerSecond()

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

Definition at line 99 of file Time.h.

◆ minutesPerHour()

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

Definition at line 85 of file Time.h.

◆ nanosecondsPerDay()

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

Definition at line 36 of file Time.h.

◆ nanosecondsPerHour()

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

Definition at line 43 of file Time.h.

◆ nanosecondsPerMicrosecond()

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

Definition at line 71 of file Time.h.

◆ nanosecondsPerMillisecond()

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

Definition at line 64 of file Time.h.

◆ nanosecondsPerMinute()

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

Definition at line 50 of file Time.h.

◆ nanosecondsPerSecond()

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

Definition at line 57 of file Time.h.

◆ secondsPerMinute()

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

Definition at line 92 of file Time.h.