The NtpTimestamp type exposes the following members.
Operators
| Name | Description | |
|---|---|---|
| Addition |
Adds a time difference to a timestamp.
| |
| Equality |
Compare two instances of NtpTimestamp.
| |
| GreaterThan |
Indicates whether a specified NtpTimestamp is greater than
another specified NtpTimestamp.
| |
| GreaterThanOrEqual |
Indicates whether a specified NtpTimestamp is greater than
or equal to another specified NtpTimestamp.
| |
| Inequality |
Compare two instances of NtpTimestamp.
| |
| LessThan |
Indicates whether a specified NtpTimestamp is less than
another specified NtpTimestamp.
| |
| LessThanOrEqual |
Indicates whether a specified NtpTimestamp is less than
or equal to another specified NtpTimestamp.
| |
| Subtraction(NtpTimestamp, NtpTimestamp) |
Subtracts a timestamp from a timestamp, calculating the time difference between the timestamps.
| |
| Subtraction(NtpTimestamp, NtpTimestampDifference) |
Subtracts a time difference from a timestamp.
|