Timestamp.from_file_time Method

Creates a Timestamp from a Windows file time.

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

Syntax

C#

public static Timestamp from_file_time(
    long filetime
)

Parameters

filetime

Type: System.Int64
The Windows file time.

Return Value

Type: Timestamp
A Timestamp that represents the given Windows file time.

Reference

Timestamp Class

TcHmiSrv Namespace