forwardTimestamp Delegate   Table of ContentTimestampHelper Propertiesforward
TimestampHelper Class
Contains methods to work with high-resolution performance counter. This class cannot be inherited.
Inheritance Hierarchy
System.Object
  OnixS.CmeMdHandler.TimestampHelper

Namespace:  OnixS.CmeMdHandler
Assembly:  OnixS.CmeMdHandler-net-4.7 (in OnixS.CmeMdHandler-net-4.7.dll) Version: 3.16.1.0 (3.16.1.0)
Syntax
C#
public static class TimestampHelper

The TimestampHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberTicks
Gets the number of ticks provided by the high-resolution performance counter.
Public propertyStatic memberTicksPerMicrosecond
Represents the number of ticks in 1 microsecond.
Public propertyStatic memberTicksPerMillisecond
Represents the number of ticks in 1 millisecond.
Public propertyStatic memberTicksPerSecond
Represents the number of ticks in 1 second.
Top
Methods
  NameDescription
Public methodStatic memberTicksToMicroseconds
Returns the number of microseconds represented by the specified number of ticks.
Public methodStatic memberTicksToMilliseconds
Returns the number of milliseconds represented by the specified number of ticks.
Public methodStatic memberTicksToSeconds
Returns the number of seconds represented by the specified number of ticks.
Top
See Also