WriteTime Method (Double, Boolean)
From Lidgren.Network
| Lidgren Network Library documentation |
| NetBuffer..::..WriteTime Method (Double, Boolean) |
| NetBuffer Class See Also Send Feedback |
Writes a local timestamp to a message; readable (and convertable to local time) by the remote host using ReadTime()
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
| C# |
|---|
public void WriteTime( double localTime, bool highPrecision ) |
| Visual Basic |
|---|
Public Sub WriteTime ( _ localTime As Double, _ highPrecision As Boolean _ ) |
| Visual C++ |
|---|
public: void WriteTime( double localTime, bool highPrecision ) |
Parameters
- localTime
- Type: System..::..Double
[Missing <param name="localTime"/> documentation for "M:Lidgren.Network.NetBuffer.WriteTime(System.Double,System.Boolean)"]
- highPrecision
- Type: System..::..Boolean
[Missing <param name="highPrecision"/> documentation for "M:Lidgren.Network.NetBuffer.WriteTime(System.Double,System.Boolean)"]