ReadTime Method (Boolean)

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Reads a value, in local time comparable to NetTime.Now, written using WriteTime() Must have a connected sender

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

Syntax

C#
public double ReadTime(
	bool highPrecision
)
Visual Basic
Public Function ReadTime ( _
	highPrecision As Boolean _
) As Double
Visual C++
public:
double ReadTime(
	bool highPrecision
)

Parameters

highPrecision
Type: System..::..Boolean

[Missing <param name="highPrecision"/> documentation for "M:Lidgren.Network.NetIncomingMessage.ReadTime(System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:Lidgren.Network.NetIncomingMessage.ReadTime(System.Boolean)"]

See Also