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
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)"]
See Also