Click or drag to resize

NetConnectionGetRemoteTime Method

Gets the remote time value for a local time value produced by NetTime.Now

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public double GetRemoteTime(
	double localTimestamp
)

Parameters

localTimestamp
Type: SystemDouble

Return Value

Type: Double
See Also