The NtpTimestamp type exposes the following members.

Operators

  NameDescription
Public operatorStatic memberSupported by the .NET Compact FrameworkAddition
Adds a time difference to a timestamp.
Public operatorStatic memberSupported by the .NET Compact FrameworkEquality
Compare two instances of NtpTimestamp.
Public operatorStatic memberSupported by the .NET Compact FrameworkGreaterThan
Indicates whether a specified NtpTimestamp is greater than another specified NtpTimestamp.
Public operatorStatic memberSupported by the .NET Compact FrameworkGreaterThanOrEqual
Indicates whether a specified NtpTimestamp is greater than or equal to another specified NtpTimestamp.
Public operatorStatic memberSupported by the .NET Compact FrameworkInequality
Compare two instances of NtpTimestamp.
Public operatorStatic memberSupported by the .NET Compact FrameworkLessThan
Indicates whether a specified NtpTimestamp is less than another specified NtpTimestamp.
Public operatorStatic memberSupported by the .NET Compact FrameworkLessThanOrEqual
Indicates whether a specified NtpTimestamp is less than or equal to another specified NtpTimestamp.
Public operatorStatic memberSupported by the .NET Compact FrameworkSubtraction(NtpTimestamp, NtpTimestamp)
Subtracts a timestamp from a timestamp, calculating the time difference between the timestamps.
Public operatorStatic memberSupported by the .NET Compact FrameworkSubtraction(NtpTimestamp, NtpTimestampDifference)
Subtracts a time difference from a timestamp.

See Also