TOD Class

PLCOpen TimeOfDay class (32-Bit)

Inheritance Hierarchy

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

Syntax

C#

public sealed class TOD : TimeBase

The TOD type exposes the following members.

Constructors

 

Name

Description

TOD Class 1:

TOD.

Initializes a new instance of the TOD class.

TOD Class 2:

TOD(Int64)

Initializes a new instance of the TOD class.

TOD Class 3:

TOD(TimeSpan)

Initializes a new instance of the TOD class.

TOD Class 4:

TOD(UInt32)

Initializes a new instance of the TOD class.

TOD Class 5:

TOD(Int32, Int32, Int32, Int32, Int32)

Initializes a new instance of the TOD class.

Properties

 

Name

Description

TOD Class 6:

InternalTimeValue

Gets the internal time value. (Inherited from TimeBase.)

TOD Class 7:

Ticks

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

TOD Class 8:

Time

Gets the time value. (Inherited from TimeBase.)

Methods

 

Name

Description

TOD Class 9:

Equals

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

TOD Class 10:

GetHashCode

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

TOD Class 11:

GetType

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

TOD Class 12:

TOD Class 13:

Parse

Parses the specified string to a TOD object.

TOD Class 14:

ToString

Returns a string that represents the current object. (Overrides Object.ToString..)

TOD Class 15:

TOD Class 16:

TryParse

Tries to parse the string to a TOD object.

Reference

TwinCAT.PlcOpen Namespace