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 NtpTimestamp, _
	b As NtpTimestampDifference _
) As NtpTimestamp
C#
public static NtpTimestamp operator +(
	NtpTimestamp a,
	NtpTimestampDifference b
)

Return Value

A timestamp plus a time difference.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also