LTIME Class

PlcOpen TIME class

Inheritance Hierarchy

System.Object
  TwinCAT.PlcOpen.LTimeBase
    TwinCAT.PlcOpen.LTIME
Namespace:  TwinCAT.PlcOpen
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public sealed class LTIME : LTimeBase

VB

Public NotInheritable Class LTIME
    Inherits LTimeBase

The LTIME type exposes the following members.

Constructors

 

Name

Description

LTIME.

Initializes a new instance of the TIME class.

LTIME(Int64)

Initializes a new instance of the TIME class.

LTIME(TimeSpan)

Initializes a new instance of the TIME class.

LTIME(UInt64)

Initializes a new instance of the TIME class.

LTIME(Int32, Int32, Int32)

Initializes a new instance of the LTIME class.

LTIME(Int32, Int32, Int32, Int32)

Initializes a new instance of the LTIME class.

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

Initializes a new instance of the LTIME class.

Properties

 

Name

Description

Ticks

Returns the number of ticks that represent the value of this IPlcOpenType (uint32 or uint64). (Inherited from LTimeBase.)

Time

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

Methods

 

Name

Description

Equals

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

GetHashCode

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

GetType

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

Parse

Parses the specified string to a LTIME object.

ToString

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

TryParse

Tries to parse the string to a LTIME object.

Reference

TwinCAT.PlcOpen Namespace