Adds a time difference to a timestamp.
Namespace:
Rebex.Net
Assembly:
Rebex.Time (in Rebex.Time.dll)
Syntax
| Visual Basic |
|---|
Public Shared Operator + ( _ a As NtpTimestamp, _ b As NtpTimestampDifference _ ) As NtpTimestamp |
| C# |
|---|
public static NtpTimestamp operator +( NtpTimestamp a, NtpTimestampDifference b ) |
Parameters
- a
- Type: Rebex.Net..::..NtpTimestamp
An NtpTimestamp.