Subtracts the specified timestamp from this instance, calculating the time difference between the two timestamps.
Namespace:
Rebex.Net
Assembly:
Rebex.Time (in Rebex.Time.dll)
Syntax
| Visual Basic |
|---|
Public Function Subtract ( _ value As NtpTimestamp _ ) As NtpTimestampDifference |
| C# |
|---|
public NtpTimestampDifference Subtract( NtpTimestamp value ) |
Parameters
- value
- Type: Rebex.Net..::..NtpTimestamp
A timestamp.