Constructs the timestamp from the raw NTP format.

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

Syntax

Visual Basic
Public Sub New ( _
	data As Byte(), _
	index As Integer _
)
C#
public NtpTimestamp(
	byte[] data,
	int index
)

Parameters

data
Type: array<System..::..Byte>[]()[][]
The buffer containing the 8-byte timestamp.
index
Type: System..::..Int32
The starting position of the timestamp in the buffer.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also