Share via


Tolerance Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Specifies the largest allowable interval between the time on the SNTP server and the system time, in milliseconds, before the system time is re-synchronized with the server's time.

Namespace:  Microsoft.SPOT.Time
Assembly:  Microsoft.SPOT.Time (in Microsoft.SPOT.Time.dll)

Syntax

'Declaration
Public Tolerance As UInteger
public uint Tolerance
public:
unsigned int Tolerance
val mutable Tolerance: uint32
public var Tolerance : uint

Remarks

If the difference between the SNTP server time and the local system time is smaller than the tolerance, the system time updating is ignored, unless the system clock is presumed incorrect.

.NET Framework Security

See Also

Reference

TimeServiceSettings Class

Microsoft.SPOT.Time Namespace