forwardTicksToMicroseconds Method    Table of ContentTicksToSeconds Method forward
TimestampHelper.TicksToMilliseconds Method
Returns the number of milliseconds represented by the specified number of ticks.

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 double TicksToMilliseconds(
	long ticks
)

Parameters

ticks
Type: System.Int64
A number of ticks.

Return Value

Type: Double
A number of milliseconds.
See Also