Click or drag to resize

MvDateTimeEncode Method

Writes an instance into an MvMessage for transfer to another process.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public override MvMessage Encode(
	MvMessage msg
)

Parameters

msg
Type: RW.Server.ComponentMvMessage
The message to decode.

Return Value

Type: MvMessage
The updated MvMessage.
Remarks
See the Encode(MvMessage) method for more details.
See Also