WriteTime Method (Boolean)
From Lidgren.Network
| Lidgren Network Library documentation |
| NetBuffer..::..WriteTime Method (Boolean) |
| NetBuffer Class See Also Send Feedback |
Writes the current local time 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( bool highPrecision ) |
| Visual Basic |
|---|
Public Sub WriteTime ( _ highPrecision As Boolean _ ) |
| Visual C++ |
|---|
public: void WriteTime( bool highPrecision ) |
Parameters
- highPrecision
- Type: System..::..Boolean
[Missing <param name="highPrecision"/> documentation for "M:Lidgren.Network.NetBuffer.WriteTime(System.Boolean)"]