Adjusts the local clock by adding the specified timestamp offset.

Namespace:  Rebex
Assembly:  Rebex.Time (in Rebex.Time.dll)

Syntax

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

Parameters

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also