NtpTimestamp.ToArray Method
Namespace: Rebex.Net
Assembly: Rebex.Time.dll (version 7.0.9083)
ToArray()
Accessor for the timestamp in NTP format.
Declaration
public byte[] ToArray()
Returns
Type | Description |
---|---|
Byte[] | 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. |