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 NtpTimestamp
C#
public NtpTimestamp Subtract(
	NtpTimestampDifference value
)

Parameters

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

Return Value

A timestamp plus a time difference.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also