Click or drag to resize
JavascriptHelperToJavascriptTicks Method (DateTime)
Returns the Javascript ticks that represent the .NET date 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(
	DateTime date
)

Parameters

date
Type: SystemDateTime

Return Value

Type: Int64
See Also