Accessor for the timestamp in NTP format.

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

Syntax

Visual Basic
Public Function ToArray As Byte()
C#
public byte[] ToArray()

Field Value

The 8-byte timestamp. Note that the array is not writeable - that is, it is possible to write into it, but that won't change the value of the NtpTimestamp instance.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also