NtpTimestampDifference.Negate Method
Namespace: Rebex.Net
Assembly: Rebex.Time.dll (version 7.0.9083)
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. |