Retrieves Server Time data used to sync browser time to server time
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public JsonResult ServerTimeSync( long clientTime )
Parameters
- clientTime
- Type: SystemInt64
Return Value
Type: JsonResultthe JSON-encoded data required for proper NTP-style time sync
See Also