Click or drag to resize
JavascriptHelperToJavascriptTicks Method (Int64)
Returns the Javascript equivalent of the .NET ticks passed across.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static long ToJavascriptTicks(
	long dotNetTicks
)

Parameters

dotNetTicks
Type: SystemInt64

Return Value

Type: Int64
See Also