Timestamp . Conversion (DateTime to Timestamp)

Converts an instance of the DateTime 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 (
    DateTime value
)

Parameters

value

Type: System.DateTime
The DateTime to convert.

Return Value

Type: Timestamp
An instance of the Timestamp class that is equivalent to value.

Reference

Timestamp Class

. Overload

TcHmiSrv Namespace