NtpLeapIndicator Enum
Namespace
GuerrillaNtp (view all)
Assembly
GuerrillaNtp.dll
Represents leap second warning from the server that instructs the client to add or remove leap second.
public enum NtpLeapIndicator
Extends
See also
Fields
AlarmCondition
Special value indicating that the server clock is unsynchronized and the returned time is unreliable.
LastMinuteHas59Seconds
Warns the client that the last minute of the current day has 59 seconds.
LastMinuteHas61Seconds
Warns the client that the last minute of the current day has 61 seconds.
NoWarning
No leap second warning. No action required.