ConversionToDateTime(Byte, UInt32, UInt32) Method
Return a Date Time, converted from binary values at the specified
offset within the buffer.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static DateTime ToDateTime(
byte[] source,
uint offset,
uint length
)
Public Shared Function ToDateTime (
source As Byte(),
offset As UInteger,
length As UInteger
) As DateTime
No code example is currently available or this language may not be supported.
- 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.
DateTime
Date Time, converted from binary values.