NtpTimestampDifference.Negate Method
Namespace: Rebex.Net
Assembly: Rebex.Time.dll (version 8.0.9673)
Negate()
Changes the sign of the time difference (positive to negative and vice-versa).
Declaration
public NtpTimestampDifference Negate()
Returns
| Type | Description |
|---|---|
| NtpTimestampDifference | A time difference with the same absolute value as this instance and an opposite sign. |