Subtracts the specified time difference from this instance.

Namespace:  Rebex.Net
Assembly:  Rebex.Time (in Rebex.Time.dll)

Syntax

Visual Basic
Public Function Subtract ( _
	value As NtpTimestampDifference _
) As NtpTimestampDifference
C#
public NtpTimestampDifference Subtract(
	NtpTimestampDifference value
)

Parameters

value
Type: Rebex.Net..::..NtpTimestampDifference
A time difference to subtract.

Return Value

A time difference plus a time difference.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also