Adds the specified time difference to this instance.

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

Syntax

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

Parameters

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

Return Value

A time difference plus a time difference.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also