Click or drag to resize
MessagePackConvertToDateTime Method
Convert specified Int64 to DateTime.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public static DateTime ToDateTime(
	long value
)

Parameters

value
Type: SystemInt64
Int64 value which is unpacked from packed message and may represent date-time value.

Return Value

Type: DateTime
DateTime. This value is always UTC.
See Also