Adds a time difference to a timestamp.

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

Syntax

Visual Basic
Public Shared Operator + ( _
	a As NtpTimestampDifference, _
	b As NtpTimestampDifference _
) As NtpTimestampDifference
C#
public static NtpTimestampDifference operator +(
	NtpTimestampDifference a,
	NtpTimestampDifference b
)

Return Value

A timestamp plus a time difference.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also