MessagePackConvertFromDateTime Method |
Convert specified
DateTime to
Int64 as MessagePack defacto-standard.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public static long FromDateTime(
DateTime value
)
Public Shared Function FromDateTime (
value As DateTime
) As Long
public:
static long long FromDateTime(
DateTime value
)
static member FromDateTime :
value : DateTime -> int64
Parameters
- value
- Type: SystemDateTime
DateTime.
Return Value
Type:
Int64
UTC epoc time from 1970/1/1 0:00:00, in milliseconds.
See Also