Adjusts the local clock by adding the timestamp offset of the specified response

Namespace:  Rebex
Assembly:  Rebex.Net.Time (in Rebex.Net.Time.dll) Version: 2.0.4086.0

Syntax

C#
public static void AdjustClock(
	NtpResponse response
)
Visual Basic (Declaration)
Public Shared Sub AdjustClock ( _
	response As NtpResponse _
)
Visual C++
public:
static void AdjustClock(
	NtpResponse^ response
)

Parameters

response
Type: Rebex.Net..::.NtpResponse
The time server response.

See Also