Gets the difference between the server time and time on the local machine.

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

Syntax

Visual Basic
Public ReadOnly Property TimeOffset As NtpTimestampDifference
	Get
C#
public NtpTimestampDifference TimeOffset { get; }

Return Value

The time difference which should be added to system time to get the corrected time.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also