Click or drag to resize

NetworkTimeProtocol Methods

The NetworkTimeProtocol type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCompactNtpToDateTime
Converts a compact NTP timestamp (32 bits) to a date.
Public methodStatic memberDateTimeToCompactNtp
Converts a date to a compact NTP timestamp (32 bits).
Public methodStatic memberDateTimeToNtp
Converts a date to an NTP timestamp (64 bits).
Public methodStatic memberDateTimeToNtpSeconds
Converts a date to an NTP timestamp (double).
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberNtpSecondsToDateTime
Converts an NTP timestamp (double) to a date.
Public methodStatic memberNtpToDateTime
Converts an NTP timestamp (64 bits) to a date.
Public methodToString (Inherited from Object.)
Top
See Also