ConversionToDateTime(Byte, UInt32, UInt32) Method

Return a Date Time, converted from binary values at the specified offset within the buffer.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static DateTime ToDateTime(
	byte[] source,
	uint offset,
	uint length
)

Parameters

source  Byte
Buffer containing the binary Date Time.
offset  UInt32
Offset at which the Date Time value begins.
length  UInt32
Number of bytes occupied by the value. Valid choices in this context are 4 and 8.

Return Value

DateTime
Date Time, converted from binary values.

See Also