NTP leap second indicator used by NtpPacket.

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

Syntax

Visual Basic
Public Enumeration NtpLeapIndicator
C#
public enum NtpLeapIndicator

Members

Member nameDescription
Supported by the .NET Compact FrameworkNoLeap
No leap second in the last minute.
Supported by the .NET Compact FrameworkOneSecondMore
The last minute has 61 seconds.
Supported by the .NET Compact FrameworkOneSecondLess
The last minute has 59 seconds.
Supported by the .NET Compact FrameworkAlarmCondition
Alarm condition (clock not synchronized).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also