NtpTimestampDifference.Add Method
Namespace: Rebex.Net
Assembly: Rebex.Time.dll (version 7.0.9448)
Add(NtpTimestampDifference)
Adds the specified time difference to this instance.
Declaration
public NtpTimestampDifference Add(NtpTimestampDifference value)
Parameters
| Type | Name | Description |
|---|---|---|
| NtpTimestampDifference | value | A time difference to add. |
Returns
| Type | Description |
|---|---|
| NtpTimestampDifference | A time difference plus a time difference. |