Adjusts the local clock by adding the specified timestamp offset.

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

Syntax

C#
public static void AdjustClock(
	NtpTimestampDifference offset
)
Visual Basic (Declaration)
Public Shared Sub AdjustClock ( _
	offset As NtpTimestampDifference _
)
Visual C++
public:
static void AdjustClock(
	NtpTimestampDifference offset
)

Parameters

offset
Type: Rebex.Net..::.NtpTimestampDifference
Offset between the server time and local time.

See Also