Click or drag to resize
MessagePackConvertFromDateTimeOffset Method
Convert specified DateTimeOffset to Int64 as MessagePack defacto-standard.

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

Parameters

value
Type: SystemDateTimeOffset
DateTimeOffset.

Return Value

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