Timestamp.from_unix_time Method

Creates a Timestamp from an unix timestamp.

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

Syntax

C#

public static Timestamp from_unix_time(
    int timestamp
)

Parameters

timestamp

Type: System.Int32
The unix timestamp.

Return Value

Type: Timestamp
A Timestamp that represents the given unix timestamp.

Reference

Timestamp Class

TcHmiSrv Namespace