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