Click or drag to resize
MessagePackConvertFromDateTime Method
Convert specified DateTime to Int64 as MessagePack defacto-standard.

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

Parameters

value
Type: SystemDateTime
DateTime.

Return Value

Type: Int64
UTC epoc time from 1970/1/1 0:00:00, in milliseconds.
See Also