TicksToMicroseconds Method Table of ContentTicksToSeconds Method
Returns the number of whole milliseconds represented by the specified number of ticks.

Namespace: Onixs.CmeFastHandler
Assembly: Onixs.CmeFastHandler-3.5-x86 (in Onixs.CmeFastHandler-3.5-x86.dll) Version: 2.11.6.1 (2.11.6.1)

Syntax

C#
public static long TicksToMilliseconds(
	long ticks
)

Parameters

ticks
Type: System..::..Int64
A number of ticks.

Return Value

A number of whole milliseconds.

See Also