Click or drag to resize

LittleEndianBitConverterToDateTime Method

Reads a date and time from the specified position in a byte array.

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public static DateTime ToDateTime(
	byte[] buffer,
	int offset
)

Parameters

buffer
Type: SystemByte
An array of bytes.
offset
Type: SystemInt32
The starting position within buffer.

Return Value

Type: DateTime
A date and time formed by twelve bytes beginning at offset.
See Also