Value . Conversion (Value to Timestamp)

Converts an instance of the Value class to the appropriate instance of the Timestamp class.

Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public static implicit operator Timestamp (
    Value value
)

Parameters

value

Type: TcHmiSrv.Value
The Value to convert.

Return Value

Type: Timestamp
A Timestamp that represents value.

Reference

Value Class

. Overload

TcHmiSrv Namespace