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.

Return Value

A time difference (positive or negative).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also