OnixS C++ Euronext Optiq MDG Handler 1.3.3
API documentation
Loading...
Searching...
No Matches
TimeTraits Struct Reference

Static Public Member Functions

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

Detailed Description

Definition at line 40 of file Time.h.

Member Function Documentation

◆ hoursPerDay()

constexpr Int32 hoursPerDay ( )
inlinestaticconstexpr

Returns number of hours in single day.

Definition at line 86 of file Time.h.

◆ microsecondsPerSecond()

constexpr Int32 microsecondsPerSecond ( )
inlinestaticconstexpr

Returns number of microseconds in single second.

Definition at line 114 of file Time.h.

◆ millisecondsPerSecond()

constexpr Int32 millisecondsPerSecond ( )
inlinestaticconstexpr

Returns number of milliseconds in single second.

Definition at line 107 of file Time.h.

◆ minutesPerHour()

constexpr Int32 minutesPerHour ( )
inlinestaticconstexpr

Returns number of minutes in single hour.

Definition at line 93 of file Time.h.

◆ nanosecondsPerDay()

constexpr Int64 nanosecondsPerDay ( )
inlinestaticconstexpr

Returns number of nanoseconds in single day.

Definition at line 44 of file Time.h.

◆ nanosecondsPerHour()

constexpr Int64 nanosecondsPerHour ( )
inlinestaticconstexpr

Returns number of nanoseconds in single hour.

Definition at line 51 of file Time.h.

◆ nanosecondsPerMicrosecond()

constexpr Int32 nanosecondsPerMicrosecond ( )
inlinestaticconstexpr

Returns number of nanoseconds in single microsecond.

Definition at line 79 of file Time.h.

◆ nanosecondsPerMillisecond()

constexpr Int32 nanosecondsPerMillisecond ( )
inlinestaticconstexpr

Returns number of nanoseconds in single millisecond.

Definition at line 72 of file Time.h.

◆ nanosecondsPerMinute()

constexpr Int64 nanosecondsPerMinute ( )
inlinestaticconstexpr

Returns number of nanoseconds in single minute.

Definition at line 58 of file Time.h.

◆ nanosecondsPerSecond()

constexpr Int32 nanosecondsPerSecond ( )
inlinestaticconstexpr

Returns number of nanoseconds in single second.

Definition at line 65 of file Time.h.

◆ secondsPerMinute()

constexpr Int32 secondsPerMinute ( )
inlinestaticconstexpr

Returns number of seconds in single minute.

Definition at line 100 of file Time.h.