LTIME Class

PlcOpen LTIME class

Inheritance Hierarchy

System.Object
  TwinCAT.PlcOpen.LTimeBase
    TwinCAT.PlcOpen.LTIME
Namespace:  TwinCAT.PlcOpen
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public sealed class LTIME : LTimeBase

The LTIME type exposes the following members.

Constructors

 

Name

Description

LTIME Class 1:

LTIME.

Initializes a new instance of the TIME class.

LTIME Class 2:

LTIME(Int64)

Initializes a new instance of the TIME class.

LTIME Class 3:

LTIME(TimeSpan)

Initializes a new instance of the TIME class.

LTIME Class 4:

LTIME(UInt64)

Initializes a new instance of the TIME class.

LTIME Class 5:

LTIME(Int32, Int32, Int32)

Initializes a new instance of the LTIME class.

LTIME Class 6:

LTIME(Int32, Int32, Int32, Int32)

Initializes a new instance of the LTIME class.

LTIME Class 7:

LTIME(Int32, Int32, Int32, Int32, Int32, Int32, Int32)

Initializes a new instance of the LTIME class.

Properties

 

Name

Description

LTIME Class 8:

Ticks

Returns the number of ticks that represent the value of this LTimeBase. (Inherited from LTimeBase.)

LTIME Class 9:

Time

Gets or the time value. (Inherited from LTimeBase.)

Methods

 

Name

Description

LTIME Class 10:

Equals

Determines whether the specified Object is equal to this instance. (Inherited from LTimeBase.)

LTIME Class 11:

GetHashCode

Gets the HashCode of the Address (Inherited from LTimeBase.)

LTIME Class 12:

GetType

Gets the Type of the current instance. (Inherited from Object.)

LTIME Class 13:

LTIME Class 14:

Parse

Parses the specified string to a LTIME object.

LTIME Class 15:

ToString

Returns a String that represents this instance. (Overrides Object.ToString..)

LTIME Class 16:

LTIME Class 17:

TryParse

Tries to parse the string to a LTIME object.

Remarks

This class has an internal requesentation of an UINT64 (8 Bytes)

Reference

TwinCAT.PlcOpen Namespace