GetLocalTime Method
From Lidgren.Network
| Lidgren Network Library documentation |
| NetConnection..::..GetLocalTime Method |
| NetConnection Class See Also Send Feedback |
Gets local time value comparable to NetTime.Now from a remote value
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
| C# |
|---|
public double GetLocalTime( double remoteTimestamp ) |
| Visual Basic |
|---|
Public Function GetLocalTime ( _ remoteTimestamp As Double _ ) As Double |
| Visual C++ |
|---|
public: double GetLocalTime( double remoteTimestamp ) |
Parameters
- remoteTimestamp
- Type: System..::..Double
[Missing <param name="remoteTimestamp"/> documentation for "M:Lidgren.Network.NetConnection.GetLocalTime(System.Double)"]
Return Value
[Missing <returns> documentation for "M:Lidgren.Network.NetConnection.GetLocalTime(System.Double)"]