NtpTimestampDifference.Subtraction Operator
Namespace: Rebex.Net
Assembly: Rebex.Time.dll (version 7.0.9147)
Subtraction(NtpTimestampDifference, NtpTimestampDifference)
Subtracts a time difference from a timestamp.
Declaration
public static NtpTimestampDifference operator -(NtpTimestampDifference a, NtpTimestampDifference b)
Parameters
Type | Name | Description |
---|---|---|
Ntp |
a | |
Ntp |
b |
Returns
Type | Description |
---|---|
Ntp |
A timestamp minus a time difference. |