MessagePackConvertToDateTimeOffset Method |
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public static DateTimeOffset ToDateTimeOffset(
long value
)
Public Shared Function ToDateTimeOffset (
value As Long
) As DateTimeOffset
public:
static DateTimeOffset ToDateTimeOffset(
long long value
)
static member ToDateTimeOffset :
value : int64 -> DateTimeOffset
Parameters
- value
- Type: SystemInt64
Int64 value which is unpacked from packed message and may represent date-time value.
Return Value
Type:
DateTimeOffsetDateTimeOffset. Offset of this value always 0.
See Also