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