TIME Class

PlcOpen TIME class

Inheritance Hierarchy

System.Object
  TwinCAT.PlcOpen.TimeBase
    TwinCAT.PlcOpen.TIME
Namespace:  TwinCAT.PlcOpen
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public sealed class TIME : TimeBase

VB

Public NotInheritable Class TIME
    Inherits TimeBase

The TIME type exposes the following members.

Constructors

 

Name

Description

TIME.

Initializes a new instance of the TIME class.

TIME(Int64)

Initializes a new instance of the TIME class.

TIME(TimeSpan)

Initializes a new instance of the TIME class.

TIME(UInt32)

Initializes a new instance of the TIME class.

TIME(Int32, Int32)

Initializes a new instance of the TIME class.

TIME(Int32, Int32, Int32, Int32, Int32)

Initializes a new instance of the TIME class.

Properties

 

Name

Description

Ticks

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

Time

Gets the time value. (Inherited from TimeBase.)

Methods

 

Name

Description

Equals

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

GetHashCode

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

GetType

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

Parse

Parses the specified string to a TIME object.

ToString

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

TryParse

Tries to parse the TIME object from string.

Reference

TwinCAT.PlcOpen Namespace