Click or drag to resize

NetworkTimeProtocol Class

Utility class to assist with Network Time Protocol (NTP) conversions.
Inheritance Hierarchy
SystemObject
  FM.IceLinkNetworkTimeProtocol

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The NetworkTimeProtocol type exposes the following members.

Constructors
  NameDescription
Public methodNetworkTimeProtocol
Initializes a new instance of the NetworkTimeProtocol class
Top
Properties
  NameDescription
Public propertyStatic memberUtcNow
Gets the current UTC time in NTP format.
Top
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