Click or drag to resize
JavascriptHelper Class
A collection of assorted methods that help make dealing with Javascript a bit easier.
Inheritance Hierarchy
SystemObject
  VirtualRadar.InterfaceJavascriptHelper

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class JavascriptHelper
Methods
  NameDescription
Public methodStatic memberToJavascriptTicks(DateTime)
Returns the Javascript ticks that represent the .NET date passed across.
Public methodStatic memberToJavascriptTicks(Int64)
Returns the Javascript equivalent of the .NET ticks passed across.
Top
See Also