NtpTimestampDifference.Addition Operator
Namespace: Rebex.Net
Assembly: Rebex.Time.dll (version 7.0.9448)
Addition(NtpTimestampDifference, NtpTimestampDifference)
Adds a time difference to a timestamp.
Declaration
public static NtpTimestampDifference operator +(NtpTimestampDifference a, NtpTimestampDifference b)
Parameters
| Type | Name | Description |
|---|---|---|
| NtpTimestampDifference | a | |
| NtpTimestampDifference | b |
Returns
| Type | Description |
|---|---|
| NtpTimestampDifference | A timestamp plus a time difference. |