The NtpTimestampDifference type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkAdd
Adds the specified time difference to this instance.
Public methodSupported by the .NET Compact FrameworkCompareTo
Compares this instance to a specified object and returns an indication of their relative values.
Public methodSupported by the .NET Compact FrameworkEquals
Indicates whether the specified object is equal to the current object.
(Overrides ValueType..::..Equals(Object).)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
Returns a hash code for this instance.
(Overrides ValueType..::..GetHashCode()()()().)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkNegate
Changes the sign of the time difference (positive to negative and vice-versa).
Public methodSupported by the .NET Compact FrameworkSubtract
Subtracts the specified time difference from this instance.
Public methodSupported by the .NET Compact FrameworkToString
Converts the value of this instance to its string representation.
(Overrides ValueType..::..ToString()()()().)
Public methodSupported by the .NET Compact FrameworkToTimeSpan
Gets the TimeSpan instance that represents the time difference.

See Also