Timestamp.from_milliseconds Method

Creates a Timestamp from a number of milliseconds since 1 January 1970.

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

Syntax

C#

public static Timestamp from_milliseconds(
    long milliseconds
)

Parameters

milliseconds

Type: System.Int64
The number of milliseconds since 1 January 1970.

Return Value

Type: Timestamp
A Timestamp that represents the given number of milliseconds since 1 January 1970.

Reference

Timestamp Class

TcHmiSrv Namespace