| MvDateTimeDecode Method |
Decodes an instance from an
MvMessage that was
received from another process.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public static MvDateTime Decode(
MvMessage msg
)
Public Shared Function Decode (
msg As MvMessage
) As MvDateTime
public:
static MvDateTime^ Decode(
MvMessage^ msg
)
Parameters
- msg
- Type: RW.Server.ComponentMvMessage
The message to decode.
Return Value
Type:
MvDateTime
A new
MvDateTime that was read, or
null
if a failure occurs.
See Also