GetRemoteTime Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Gets the remote time value for a local time value produced by NetTime.Now

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
public double GetRemoteTime(
	double localTimestamp
)
Visual Basic
Public Function GetRemoteTime ( _
	localTimestamp As Double _
) As Double
Visual C++
public:
double GetRemoteTime(
	double localTimestamp
)

Parameters

localTimestamp
Type: System..::..Double

[Missing <param name="localTimestamp"/> documentation for "M:Lidgren.Network.NetConnection.GetRemoteTime(System.Double)"]

Return Value

[Missing <returns> documentation for "M:Lidgren.Network.NetConnection.GetRemoteTime(System.Double)"]

See Also